Interface SearchLoadingContext<E>
- Type Parameters:
E
- The type of loaded entities.
public interface SearchLoadingContext<E>
An execution context for queries,
providing components allowing to load data from an external source (relational database, ...).
-
Method Summary
-
Method Details
-
unwrap
Object unwrap() -
createProjectionHitMapper
ProjectionHitMapper<E> createProjectionHitMapper()
-