Interface HibernateOrmSearchSessionMappingContext
-
- All Superinterfaces:
BackendMappingContext,BridgeMappingContext,LoadingMappingContext,PojoMassIndexingMappingContext,PojoScopeMappingContext,PojoSearchSessionMappingContext,PojoWorkMappingContext
- All Known Implementing Classes:
HibernateOrmMapping
public interface HibernateOrmSearchSessionMappingContext extends PojoSearchSessionMappingContext, LoadingMappingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfiguredSearchIndexingPlanFilterapplicationIndexingPlanFilter()ConfiguredSearchIndexingPlanFilterconfiguredSearchIndexingPlanFilter(SearchIndexingPlanFilter filter)<T> SearchScopeImpl<T>createScope(Class<T> expectedSuperType, Collection<String> entityNames)<T> SearchScopeImpl<T>createScope(Collection<? extends Class<? extends T>> types)HibernateOrmSearchSession.BuildercreateSessionBuilder(org.hibernate.engine.spi.SessionImplementor sessionImplementor)FailureHandlerfailureHandler()org.hibernate.engine.spi.SessionFactoryImplementorsessionFactory()-
Methods inherited from interface org.hibernate.search.engine.backend.mapping.spi.BackendMappingContext
entityReferenceFactory, hints, mappedTypeContext, projectionRegistry, toDocumentValueConvertContext
-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
identifierBridgeToDocumentIdentifierContext, valueBridgeToIndexedValueContext
-
Methods inherited from interface org.hibernate.search.mapper.orm.loading.impl.LoadingMappingContext
cacheLookupStrategy, fetchSize, sessionContext
-
Methods inherited from interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
createMassIndexerAgent, threadPoolProvider
-
Methods inherited from interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeMappingContext
entityReferenceFactoryDelegate
-
Methods inherited from interface org.hibernate.search.mapper.pojo.session.spi.PojoSearchSessionMappingContext
createIndexer, createIndexingPlan, createIndexingPlan, createIndexingQueueEventProcessingPlan
-
-
-
-
Method Detail
-
failureHandler
FailureHandler failureHandler()
- Specified by:
failureHandlerin interfacePojoMassIndexingMappingContext- Returns:
- A
FailureHandler.
-
sessionFactory
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory()
-
createScope
<T> SearchScopeImpl<T> createScope(Collection<? extends Class<? extends T>> types)
-
createScope
<T> SearchScopeImpl<T> createScope(Class<T> expectedSuperType, Collection<String> entityNames)
-
createSessionBuilder
HibernateOrmSearchSession.Builder createSessionBuilder(org.hibernate.engine.spi.SessionImplementor sessionImplementor)
-
applicationIndexingPlanFilter
ConfiguredSearchIndexingPlanFilter applicationIndexingPlanFilter()
-
configuredSearchIndexingPlanFilter
ConfiguredSearchIndexingPlanFilter configuredSearchIndexingPlanFilter(SearchIndexingPlanFilter filter)
-
-