Uses of Interface
com.cloudimpl.outstack.runtime.EntityQueryContext
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime | |
| com.cloudimpl.outstack.runtime.handler | |
| com.cloudimpl.outstack.runtime.repo |
-
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 classAsyncEntityContext<T extends RootEntity>classAsyncRootEntityQueryContext<T extends RootEntity>classChildEntityContext<R extends RootEntity,T extends ChildEntity<R>>classRootEntityContext<T extends RootEntity>classUnboundedEntityContext<T extends RootEntity>Methods in com.cloudimpl.outstack.runtime with type parameters of type EntityQueryContext Modifier and Type Method Description <C extends ChildEntity<R>, K extends Entity, Z extends EntityQueryContext>
ZEntityContextProvider.Transaction. getContext(java.lang.Class<K> entityType)<C extends ChildEntity<R>, K extends Entity, Z extends EntityQueryContext>
ZEntityContextProvider.UnboundedTransaction. getContext(java.lang.Class<K> entityType)<C extends ChildEntity<R>, K extends Entity, Z extends EntityQueryContext>
ZEntityQueryContextProvider.ReadOnlyTransaction. getContext(java.lang.Class<K> entityType)<C extends ChildEntity<R>, K extends Entity, Z extends EntityQueryContext>
ZITransaction. getContext(java.lang.Class<K> entityType)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 ResultSet<Event<T>>DefaultGetEventsQueryHandler. execute(EntityQueryContext<T> context, QueryByIdRequest query)protected TDefaultGetQueryHandler. execute(EntityQueryContext<T> context, QueryByIdRequest query)protected ResultSet<T>DefaultListQueryHandler. execute(EntityQueryContext<T> context, QueryByIdRequest query) -
Uses of EntityQueryContext in com.cloudimpl.outstack.runtime.repo
Methods in com.cloudimpl.outstack.runtime.repo with type parameters of type EntityQueryContext Modifier and Type Method Description <C extends ChildEntity<T>, K extends Entity, Z extends EntityQueryContext>
ZSimpleTransaction. getContext(java.lang.Class<K> entityType)