Uses of Interface
org.hibernate.search.mapper.pojo.scope.spi.PojoScopeSessionContext
-
-
Uses of PojoScopeSessionContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of PojoScopeSessionContext in org.hibernate.search.mapper.orm.scope.impl Modifier and Type Interface Description interfaceHibernateOrmScopeSessionContext -
Uses of PojoScopeSessionContext in org.hibernate.search.mapper.orm.session.impl
Classes in org.hibernate.search.mapper.orm.session.impl that implement PojoScopeSessionContext Modifier and Type Class Description classHibernateOrmSearchSessionThe actual implementation ofSearchSession. -
Uses of PojoScopeSessionContext in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type PojoScopeSessionContext Modifier and Type Method Description <LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>PojoScopeDelegateImpl. search(PojoScopeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder) -
Uses of PojoScopeSessionContext in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi with parameters of type PojoScopeSessionContext Modifier and Type Method Description <LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>PojoScopeDelegate. search(PojoScopeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder) -
Uses of PojoScopeSessionContext in org.hibernate.search.mapper.pojo.session.spi
Classes in org.hibernate.search.mapper.pojo.session.spi that implement PojoScopeSessionContext Modifier and Type Class Description classAbstractPojoSearchSession
-