Constructor and Description |
---|
PostTransactionWorkQueueSynchronization(QueueingProcessor queueingProcessor,
WeakIdentityHashMap queuePerTransaction,
SearchFactoryImplementor searchFactoryImplementor)
in transaction work
|
WorkQueue(SearchFactoryImplementor searchFactoryImplementor) |
WorkQueue(SearchFactoryImplementor searchFactoryImplementor,
WorkPlan plan) |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
JmsBackendQueueProcessor.getSearchFactory() |
Constructor and Description |
---|
BatchCoordinator(Set<Class<?>> rootEntities,
SearchFactoryImplementor searchFactoryImplementor,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
int typesToIndexInParallel,
int documentBuilderThreads,
org.hibernate.CacheMode cacheMode,
int objectLoadingBatchSize,
long objectsLimit,
boolean optimizeAtEnd,
boolean purgeAtStart,
boolean optimizeAfterPurge,
MassIndexerProgressMonitor monitor,
int idFetchSize) |
BatchIndexingWorkspace(SearchFactoryImplementor searchFactoryImplementor,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
Class<?> entityType,
int objectLoadingThreads,
org.hibernate.CacheMode cacheMode,
int objectLoadingBatchSize,
CountDownLatch endAllSignal,
MassIndexerProgressMonitor monitor,
BatchBackend backend,
long objectsLimit,
int idFetchSize) |
BatchTransactionalContext(SearchFactoryImplementor searchFactoryImplementor,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
ErrorHandler errorHandler) |
IdentifierConsumerDocumentProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
MassIndexerProgressMonitor monitor,
org.hibernate.SessionFactory sessionFactory,
CountDownLatch producerEndSignal,
org.hibernate.CacheMode cacheMode,
Class<?> type,
SearchFactoryImplementor searchFactory,
String idName,
BatchBackend backend,
ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
DynamicShardingEntityIndexBinding.getSearchFactory() |
SearchFactoryImplementor |
EmptyBuildContext.getUninitializedSearchFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
DocumentBuilderHelper.getDocumentFields(SearchFactoryImplementor searchFactoryImplementor,
Class<?> clazz,
org.apache.lucene.document.Document document,
String[] fields,
ConversionContext conversionContext) |
static Serializable |
DocumentBuilderHelper.getDocumentId(SearchFactoryImplementor searchFactoryImplementor,
Class<?> clazz,
org.apache.lucene.document.Document document,
ConversionContext conversionContext) |
static String |
DocumentBuilderHelper.getDocumentIdName(SearchFactoryImplementor searchFactoryImplementor,
Class<?> clazz) |
Constructor and Description |
---|
DynamicShardingEntityIndexBinding(ShardIdentifierProvider shardIdentityProvider,
org.apache.lucene.search.Similarity similarityInstance,
EntityIndexingInterceptor<? super T> entityIndexingInterceptor,
Properties properties,
IndexManagerFactory indexManagerFactory,
SearchFactoryImplementor searchFactoryImplementor,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName) |
EmptyBuildContext(ServiceManager delegate,
SearchFactoryImplementor searchFactory)
Deprecated.
|
WorkPlan(SearchFactoryImplementor searchFactoryImplementor) |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
FullTextIndexEventListener.getSearchFactoryImplementor() |
Modifier and Type | Method and Description |
---|---|
void |
FullTextIndexEventListener.initialize(SearchFactoryImplementor searchFactoryImplementor)
Initialize method called by Hibernate Core when the SessionFactory starts
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSearchFactory
This implementation is never directly exposed to the user, it is always wrapped into a
MutableSearchFactory |
class |
MutableSearchFactory
Factory delegating to a concrete implementation of another factory.
|
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
MutableSearchFactory.getUninitializedSearchFactory() |
SearchFactoryImplementor |
ImmutableSearchFactory.getUninitializedSearchFactory() |
Modifier and Type | Method and Description |
---|---|
MassIndexer |
DefaultMassIndexerFactory.createMassIndexer(SearchFactoryImplementor searchFactory,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
Class<?>... entities) |
Constructor and Description |
---|
MassIndexerImpl(SearchFactoryImplementor searchFactory,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
Class<?>... entities) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryBasedIndexManager.setSearchFactory(SearchFactoryImplementor boundSearchFactory) |
Constructor and Description |
---|
LuceneWorkHydrator(SearchFactoryImplementor searchFactory) |
PluggableSerializationLuceneWorkSerializer(SerializationProvider provider,
SearchFactoryImplementor searchFactory) |
Modifier and Type | Method and Description |
---|---|
void |
IndexManager.setSearchFactory(SearchFactoryImplementor boundSearchFactory)
Connects this
IndexManager to a new SearchFactory . |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
QueryBuildingContext.getFactory() |
Constructor and Description |
---|
ConnectedQueryContextBuilder(SearchFactoryImplementor factory) |
HSearchEntityContext(Class<?> entityType,
SearchFactoryImplementor factory) |
QueryBuildingContext(SearchFactoryImplementor factory,
org.apache.lucene.analysis.Analyzer queryAnalyzer,
Class<?> entityType) |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
HSQueryImpl.getSearchFactoryImplementor() |
Modifier and Type | Method and Description |
---|---|
void |
HSQueryImpl.afterDeserialise(SearchFactoryImplementor searchFactoryImplementor) |
void |
IndexSearcherWithPayload.closeSearcher(Object query,
SearchFactoryImplementor searchFactoryImplementor) |
Constructor and Description |
---|
DocumentExtractorImpl(QueryHits queryHits,
SearchFactoryImplementor searchFactoryImplementor,
String[] projection,
Set<String> idFieldNames,
boolean allowFieldSelection,
IndexSearcherWithPayload searcher,
Object query,
int firstIndex,
int maxIndex,
Set<Class<?>> classesAndSubclasses) |
HSQueryImpl(SearchFactoryImplementor searchFactoryImplementor) |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
HSQuery.getSearchFactoryImplementor()
Deprecated.
should be at most SearchFactoryIntegrator, preferably removed altogether
|
Modifier and Type | Method and Description |
---|---|
void |
HSQuery.afterDeserialise(SearchFactoryImplementor searchFactory)
afterDeserialise.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoader.init(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor) |
void |
MultiClassesQueryLoader.init(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor,
ObjectsInitializer objectsInitializer,
TimeoutManager timeoutManager) |
void |
Loader.init(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor,
ObjectsInitializer objectsInitializer,
TimeoutManager timeoutManager) |
void |
ProjectionLoader.init(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor,
ObjectsInitializer objectsInitializer,
TimeoutManager timeoutManager) |
void |
QueryLoader.init(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor,
ObjectsInitializer objectsInitializer,
TimeoutManager timeoutManager) |
void |
ProjectionLoader.init(org.hibernate.Session session,
SearchFactoryImplementor searchFactoryImplementor,
org.hibernate.transform.ResultTransformer transformer,
ObjectLoaderBuilder loaderBuilder,
String[] aliases,
TimeoutManager timeoutManager) |
void |
CriteriaObjectsInitializer.initializeObjects(EntityInfo[] entityInfos,
org.hibernate.Criteria criteria,
Class<?> entityType,
SearchFactoryImplementor searchFactoryImplementor,
TimeoutManager timeoutManager,
org.hibernate.Session session) |
void |
ObjectsInitializer.initializeObjects(EntityInfo[] entityInfos,
org.hibernate.Criteria criteria,
Class<?> entityType,
SearchFactoryImplementor searchFactoryImplementor,
TimeoutManager timeoutManager,
org.hibernate.Session session) |
void |
SecondLevelCacheObjectsInitializer.initializeObjects(EntityInfo[] entityInfos,
org.hibernate.Criteria criteria,
Class<?> entityType,
SearchFactoryImplementor searchFactoryImplementor,
TimeoutManager timeoutManager,
org.hibernate.Session session) |
void |
PersistenceContextObjectsInitializer.initializeObjects(EntityInfo[] entityInfos,
org.hibernate.Criteria criteria,
Class<?> entityType,
SearchFactoryImplementor searchFactoryImplementor,
TimeoutManager timeoutManager,
org.hibernate.Session session) |
void |
LookupObjectsInitializer.initializeObjects(EntityInfo[] entityInfos,
org.hibernate.Criteria criteria,
Class<?> entityType,
SearchFactoryImplementor searchFactoryImplementor,
TimeoutManager timeoutManager,
org.hibernate.Session session) |
ObjectLoaderBuilder |
ObjectLoaderBuilder.searchFactory(SearchFactoryImplementor searchFactoryImplementor) |
Modifier and Type | Method and Description |
---|---|
SearchFactoryImplementor |
SearchFactoryBuilder.buildSearchFactory() |
SearchFactoryImplementor |
BuildContext.getUninitializedSearchFactory()
Returns the
SessionFactoryImplementor instance. |
Modifier and Type | Method and Description |
---|---|
MassIndexer |
MassIndexerFactory.createMassIndexer(SearchFactoryImplementor searchFactory,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
Class<?>... entities)
Create an instance of a
MassIndexer . |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchFactoryImplementorWithShareableState
Search Factory implementor exposing its sharable state.
|
Constructor and Description |
---|
StatisticsImpl(SearchFactoryImplementor searchFactoryImplementor) |
Modifier and Type | Method and Description |
---|---|
static SearchFactoryImplementor |
ContextHelper.getSearchFactory(org.hibernate.Session session)
Deprecated.
|
static SearchFactoryImplementor |
ContextHelper.getSearchFactoryBySessionImplementor(org.hibernate.engine.spi.SessionImplementor session)
Deprecated.
|
static SearchFactoryImplementor |
ContextHelper.getSearchFactoryBySFI(org.hibernate.engine.spi.SessionFactoryImplementor sfi)
Deprecated.
|
Copyright © 2006–2016 Hibernate. All rights reserved.