Uses of Interface
org.hibernate.search.mapper.orm.spi.BatchSessionContext
-
Packages that use BatchSessionContext Package Description org.hibernate.search.mapper.orm.scope.impl org.hibernate.search.mapper.orm.session.impl org.hibernate.search.mapper.orm.spi -
-
Uses of BatchSessionContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of BatchSessionContext in org.hibernate.search.mapper.orm.scope.impl Modifier and Type Interface Description interfaceHibernateOrmScopeSessionContext -
Uses of BatchSessionContext in org.hibernate.search.mapper.orm.session.impl
Classes in org.hibernate.search.mapper.orm.session.impl that implement BatchSessionContext Modifier and Type Class Description classHibernateOrmSearchSessionThe actual implementation ofSearchSession. -
Uses of BatchSessionContext in org.hibernate.search.mapper.orm.spi
Methods in org.hibernate.search.mapper.orm.spi that return BatchSessionContext Modifier and Type Method Description BatchSessionContextBatchMappingContext. sessionContext(EntityManager entityManager)
-