org.hibernate.search.backend.impl
public class TransactionalSelectionVisitor extends Object implements WorkVisitor<ContextAwareSelectionDelegate>
| Modifier and Type | Field and Description |
|---|---|
static TransactionalSelectionVisitor |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ContextAwareSelectionDelegate |
getDelegate(AddLuceneWork addLuceneWork) |
ContextAwareSelectionDelegate |
getDelegate(DeleteLuceneWork deleteLuceneWork) |
ContextAwareSelectionDelegate |
getDelegate(FlushLuceneWork flushLuceneWork) |
ContextAwareSelectionDelegate |
getDelegate(OptimizeLuceneWork optimizeLuceneWork) |
ContextAwareSelectionDelegate |
getDelegate(PurgeAllLuceneWork purgeAllLuceneWork) |
ContextAwareSelectionDelegate |
getDelegate(UpdateLuceneWork addLuceneWork) |
public static final TransactionalSelectionVisitor INSTANCE
public ContextAwareSelectionDelegate getDelegate(AddLuceneWork addLuceneWork)
getDelegate in interface WorkVisitor<ContextAwareSelectionDelegate>public ContextAwareSelectionDelegate getDelegate(UpdateLuceneWork addLuceneWork)
getDelegate in interface WorkVisitor<ContextAwareSelectionDelegate>public ContextAwareSelectionDelegate getDelegate(DeleteLuceneWork deleteLuceneWork)
getDelegate in interface WorkVisitor<ContextAwareSelectionDelegate>public ContextAwareSelectionDelegate getDelegate(OptimizeLuceneWork optimizeLuceneWork)
getDelegate in interface WorkVisitor<ContextAwareSelectionDelegate>public ContextAwareSelectionDelegate getDelegate(PurgeAllLuceneWork purgeAllLuceneWork)
getDelegate in interface WorkVisitor<ContextAwareSelectionDelegate>public ContextAwareSelectionDelegate getDelegate(FlushLuceneWork flushLuceneWork)
getDelegate in interface WorkVisitor<ContextAwareSelectionDelegate>Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved