Interface HibernateOrmMassIndexingMappingContext
-
- All Superinterfaces:
BackendMappingContext,PojoMassIndexingMappingContext
- All Known Subinterfaces:
HibernateOrmScopeMappingContext
- All Known Implementing Classes:
HibernateOrmMapping
public interface HibernateOrmMassIndexingMappingContext extends PojoMassIndexingMappingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HibernateOrmScopeSessionContextsessionContext(EntityManager entityManager)org.hibernate.engine.spi.SessionFactoryImplementorsessionFactory()HibernateOrmSessionTypeContextProvidertypeContextProvider()-
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.massindexing.spi.PojoMassIndexingMappingContext
createMassIndexerAgent, entityReferenceFactoryDelegate, failureHandler, threadPoolProvider
-
-
-
-
Method Detail
-
sessionFactory
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory()
-
sessionContext
HibernateOrmScopeSessionContext sessionContext(EntityManager entityManager)
-
typeContextProvider
HibernateOrmSessionTypeContextProvider typeContextProvider()
-
-