public interface SearchFactoryImplementor extends SearchFactoryIntegrator
| Modifier and Type | Method and Description |
|---|---|
Properties |
getConfigurationProperties() |
<T> DocumentBuilderContainedEntity<T> |
getDocumentBuilderContainedEntity(Class<T> entityType) |
int |
getFilterCacheBitResultsSize() |
FilterCachingStrategy |
getFilterCachingStrategy() |
FilterDef |
getFilterDefinition(String name) |
Map<Class<?>,EntityIndexBinding> |
getIndexBindings()
Returns a map of all known entity index binding (indexed entities) keyed against the indexed type
|
Set<Class<?>> |
getIndexedTypesPolymorphic(Class<?>[] classes) |
String |
getIndexingStrategy() |
IndexManagerHolder |
getIndexManagerHolder() |
InstanceInitializer |
getInstanceInitializer() |
ServiceManager |
getServiceManager()
Returns the service manager.
|
StatisticsImplementor |
getStatisticsImplementor()
Retrieve the statistics implementor instance for this factory.
|
TimingSource |
getTimingSource() |
boolean |
isDirtyChecksEnabled() |
boolean |
isJMXEnabled() |
BatchBackend |
makeBatchBackend(MassIndexerProgressMonitor progressMonitor) |
addClasses, close, createHSQuery, getDefaultTimeoutExceptionFactory, getErrorHandler, getIndexBinding, getWorker, isStoppedbuildQueryBuilder, getAnalyzer, getAnalyzer, getIndexedTypeDescriptor, getIndexedTypes, getIndexReaderAccessor, getStatistics, optimize, optimizeMap<Class<?>,EntityIndexBinding> getIndexBindings()
<T> DocumentBuilderContainedEntity<T> getDocumentBuilderContainedEntity(Class<T> entityType)
FilterCachingStrategy getFilterCachingStrategy()
String getIndexingStrategy()
int getFilterCacheBitResultsSize()
BatchBackend makeBatchBackend(MassIndexerProgressMonitor progressMonitor)
boolean isJMXEnabled()
StatisticsImplementor getStatisticsImplementor()
boolean isDirtyChecksEnabled()
true if we are allowed to inspect entity state to skip some indexing operations.
Can be disabled to get pre-3.4 behavior which always rebuilds the document.IndexManagerHolder getIndexManagerHolder()
IndexManagerHolder which gives access to all index managers known to this factoryInstanceInitializer getInstanceInitializer()
InstanceInitializer for class/object initialization.TimingSource getTimingSource()
Properties getConfigurationProperties()
ServiceManager getServiceManager()
Copyright © 2006–2014 Hibernate. All rights reserved.