Class PojoSearchLoadingContext<E>
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.search.loading.impl.PojoSearchLoadingContext<E>
-
- All Implemented Interfaces:
SearchLoadingContext<E>
public class PojoSearchLoadingContext<E> extends Object implements SearchLoadingContext<E>
-
-
Constructor Summary
Constructors Constructor Description PojoSearchLoadingContext(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoSelectionLoadingContext delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectionHitMapper<E>createProjectionHitMapper()PojoSelectionLoadingContextunwrap()
-
-
-
Constructor Detail
-
PojoSearchLoadingContext
public PojoSearchLoadingContext(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoSelectionLoadingContext delegate)
-
-
Method Detail
-
unwrap
public PojoSelectionLoadingContext unwrap()
- Specified by:
unwrapin interfaceSearchLoadingContext<E>
-
createProjectionHitMapper
public ProjectionHitMapper<E> createProjectionHitMapper()
- Specified by:
createProjectionHitMapperin interfaceSearchLoadingContext<E>
-
-