Interface PojoScopeDelegate<R extends EntityReference,E,C>

Type Parameters:
R - The type of entity references, i.e. the type of hits returned by SearchQuerySelectStep.selectEntityReference() reference queries},
E - The type of loaded entities, i.e. the type of hits returned by entity queries, or the type of objects returned for entity projections.
C - The type of indexed type extended contexts; i.e. the type of elements in the set returned by includedIndexedTypes(). or the type of objects returned for entity projections.

public interface PojoScopeDelegate<R extends EntityReference,E,C>