Interface HibernateOrmScopeMappingContext
-
- All Superinterfaces:
BackendMappingContext,HibernateOrmMassIndexingMappingContext,PojoMassIndexingMappingContext
- All Known Implementing Classes:
HibernateOrmMapping
public interface HibernateOrmScopeMappingContext extends BackendMappingContext, HibernateOrmMassIndexingMappingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HibernateOrmScopeSessionContextsessionContext(EntityManager entityManager)-
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.orm.massindexing.impl.HibernateOrmMassIndexingMappingContext
sessionFactory, typeContextProvider
-
Methods inherited from interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
createMassIndexerAgent, entityReferenceFactoryDelegate, failureHandler, threadPoolProvider
-
-
-
-
Method Detail
-
sessionContext
HibernateOrmScopeSessionContext sessionContext(EntityManager entityManager)
- Specified by:
sessionContextin interfaceHibernateOrmMassIndexingMappingContext
-
-