Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContextBuilder
-
-
Uses of PojoSelectionLoadingContextBuilder in org.hibernate.search.mapper.orm.loading.impl
Classes in org.hibernate.search.mapper.orm.loading.impl that implement PojoSelectionLoadingContextBuilder Modifier and Type Class Description static classHibernateOrmSelectionLoadingContext.Builder -
Uses of PojoSelectionLoadingContextBuilder in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type PojoSelectionLoadingContextBuilder Modifier and Type Method Description <LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>PojoScopeDelegateImpl. search(PojoScopeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder) -
Uses of PojoSelectionLoadingContextBuilder in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi with parameters of type PojoSelectionLoadingContextBuilder Modifier and Type Method Description <LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>PojoScopeDelegate. search(PojoScopeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder) -
Uses of PojoSelectionLoadingContextBuilder in org.hibernate.search.mapper.pojo.search.loading.impl
Constructors in org.hibernate.search.mapper.pojo.search.loading.impl with parameters of type PojoSelectionLoadingContextBuilder Constructor Description PojoSearchLoadingContextBuilder(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> delegate)
-