Uses of Interface
com.cloudimpl.outstack.runtime.EntityQueryContext
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime | |
| com.cloudimpl.outstack.runtime.handler |
-
Uses of EntityQueryContext in com.cloudimpl.outstack.runtime
Subinterfaces of EntityQueryContext in com.cloudimpl.outstack.runtime Modifier and Type Interface Description interfaceChildEntityQueryContext<R extends RootEntity,T extends ChildEntity<R>>interfaceRootEntityQueryContext<T extends RootEntity>Classes in com.cloudimpl.outstack.runtime that implement EntityQueryContext Modifier and Type Class Description classAyncEntityContext<T extends RootEntity>classChildEntityContext<R extends RootEntity,T extends ChildEntity<R>>classRootEntityContext<T extends RootEntity>Methods in com.cloudimpl.outstack.runtime with parameters of type EntityQueryContext Modifier and Type Method Description REntityQueryHandler. apply(EntityQueryContext<T> context, I query)protected abstract REntityQueryHandler. execute(EntityQueryContext<T> context, I query) -
Uses of EntityQueryContext in com.cloudimpl.outstack.runtime.handler
Methods in com.cloudimpl.outstack.runtime.handler with parameters of type EntityQueryContext Modifier and Type Method Description protected TDefaultGetQueryHandler. execute(EntityQueryContext<T> context, QueryByIdRequest query)protected java.util.Collection<T>DefaultListQueryHandler. execute(EntityQueryContext<T> context, QueryByIdRequest query)