Interface SearchLoadingContext<E>
-
- Type Parameters:
E- The type of loaded entities.
- All Known Implementing Classes:
PojoSearchLoadingContext
public interface SearchLoadingContext<E>An execution context for queries, providing components allowing to load data from an external source (relational database, ...).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectionHitMapper<E>createProjectionHitMapper()Objectunwrap()
-
-
-
Method Detail
-
unwrap
Object unwrap()
-
createProjectionHitMapper
ProjectionHitMapper<E> createProjectionHitMapper()
-
-