Interface SearchLoadingContext<R,E>
- Type Parameters:
R- The type of entity references.E- The type of loaded entities.
public interface SearchLoadingContext<R,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<R,E> createProjectionHitMapper()
-