Package com.cloudimpl.outstack.runtime
Interface ChildEntityQueryContext<R extends RootEntity,T extends ChildEntity<R>>
- Type Parameters:
R-T-
- All Superinterfaces:
EntityQueryContext<T>
- All Known Implementing Classes:
ChildEntityContext
public interface ChildEntityQueryContext<R extends RootEntity,T extends ChildEntity<R>> extends EntityQueryContext<T>
- Author:
- nuwan
-
Method Summary
Modifier and Type Method Description default java.util.Collection<T>getAllByEntityType(java.lang.Class<T> type)ResultSet<T>getAllByEntityType(java.lang.Class<T> type, Query.PagingRequest pageReq)<R extends RootEntity>
RgetRoot()Methods inherited from interface com.cloudimpl.outstack.runtime.EntityQueryContext
asAsyncQueryContext, asChildQueryContext, asRootQueryContext, getEntityById, getEntityEventsById, getEntityQueryProvider, getEntityQueryProvider, getEntityQueryProviderFromTenantList, getTenantId, isIdExist
-
Method Details
-
getRoot
-
getAllByEntityType
-
getAllByEntityType
-