org.hibernate.search.spi.internals
Interface SearchFactoryImplementorWithShareableState

All Superinterfaces:
SearchFactory, SearchFactoryImplementor, SearchFactoryIntegrator, SearchFactoryState
All Known Implementing Classes:
ImmutableSearchFactory, MutableSearchFactory

public interface SearchFactoryImplementorWithShareableState
extends SearchFactoryImplementor, SearchFactoryState

Search Factory implementor exposing its sharable state. The state can then be extracted and used to mutate factories.

Author:
Emmanuel Bernard

Method Summary
 
Methods inherited from interface org.hibernate.search.engine.spi.SearchFactoryImplementor
getAllIndexesManager, getDocumentBuilderContainedEntity, getFilterCacheBitResultsSize, getFilterCachingStrategy, getFilterDefinition, getIndexBindingForEntity, getIndexedTypesPolymorphic, getIndexingStrategy, getInstanceInitializer, getStatisticsImplementor, getTimingSource, isDirtyChecksEnabled, isJMXEnabled, makeBatchBackend
 
Methods inherited from interface org.hibernate.search.spi.SearchFactoryIntegrator
addClasses, close, createHSQuery, getDefaultTimeoutExceptionFactory, getErrorHandler, getIndexBindingForEntity, getWorker, isStopped
 
Methods inherited from interface org.hibernate.search.SearchFactory
buildQueryBuilder, getAnalyzer, getAnalyzer, getIndexReaderAccessor, getStatistics, optimize, optimize
 
Methods inherited from interface org.hibernate.search.spi.internals.SearchFactoryState
getAllIndexesManager, getAnalyzers, getCacheBitResultsSize, getConfigurationProperties, getDefaultTimeoutExceptionFactory, getDocumentBuildersContainedEntities, getErrorHandler, getFilterCachingStrategy, getFilterDefinitions, getIndexBindingForEntity, getIndexHierarchy, getIndexingStrategy, getInstanceInitializer, getProgrammaticMapping, getServiceManager, getTimingSource, getWorker, isIndexMetadataComplete, isTransactionManagerExpected
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved