public interface ExtendedSearchIntegrator extends SearchIntegrator
| Modifier and Type | Method and Description |
|---|---|
Properties |
getConfigurationProperties() |
DatabaseRetrievalMethod |
getDefaultDatabaseRetrievalMethod()
Returns the default
DatabaseRetrievalMethod. |
ObjectLookupMethod |
getDefaultObjectLookupMethod()
Returns the default
ObjectLookupMethod. |
DocumentBuilderContainedEntity |
getDocumentBuilderContainedEntity(Class<?> 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) |
IndexManagerHolder |
getIndexManagerHolder() |
InstanceInitializer |
getInstanceInitializer() |
StatisticsImplementor |
getStatisticsImplementor()
Retrieve the statistics implementor instance for this factory.
|
TimingSource |
getTimingSource() |
boolean |
isDirtyChecksEnabled() |
boolean |
isJMXEnabled() |
addClasses, buildQueryBuilder, close, createHSQuery, getAnalyzer, getAnalyzer, getDefaultTimeoutExceptionFactory, getErrorHandler, getIndexBinding, getIndexedTypeDescriptor, getIndexedTypes, getIndexingMode, getIndexManager, getIndexReaderAccessor, getServiceManager, getStatistics, getWorker, isStopped, makeBatchBackend, optimize, optimize, unwrapMap<Class<?>,EntityIndexBinding> getIndexBindings()
DocumentBuilderContainedEntity getDocumentBuilderContainedEntity(Class<?> entityType)
FilterCachingStrategy getFilterCachingStrategy()
int getFilterCacheBitResultsSize()
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()
DatabaseRetrievalMethod getDefaultDatabaseRetrievalMethod()
DatabaseRetrievalMethod.
This is either the system default or the default specified via the configuration property
Environment.DATABASE_RETRIEVAL_METHOD.DatabaseRetrievalMethod.ObjectLookupMethod getDefaultObjectLookupMethod()
ObjectLookupMethod.
This is either the system default or the default specified via the configuration property
Environment.OBJECT_LOOKUP_METHOD.OBJECT_LOOKUP_METHOD.Copyright © 2006–2015 Hibernate. All rights reserved.