Interface LoadingContext<R,​E>

  • Type Parameters:
    R - The type of entity references.
    E - The type of loaded entities.

    public interface LoadingContext<R,​E>
    An execution context for queries, providing components allowing to load data from an external source (relational database, ...).