Uses of Class
com.cloudimpl.outstack.runtime.EntityQueryHandler
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime | |
| com.cloudimpl.outstack.runtime.handler |
-
Uses of EntityQueryHandler in com.cloudimpl.outstack.runtime
Subclasses of EntityQueryHandler in com.cloudimpl.outstack.runtime Modifier and Type Class Description classAsyncEntityQueryHandler<T extends RootEntity,I extends Query,R>Methods in com.cloudimpl.outstack.runtime that return types with arguments of type EntityQueryHandler Modifier and Type Method Description java.util.Optional<EntityQueryHandler>ServiceQueryProvider. getQueryHandler(java.lang.String name)Method parameters in com.cloudimpl.outstack.runtime with type arguments of type EntityQueryHandler Modifier and Type Method Description voidServiceQueryProvider. registerQueryHandler(java.lang.Class<? extends EntityQueryHandler> handlerType) -
Uses of EntityQueryHandler in com.cloudimpl.outstack.runtime.handler
Subclasses of EntityQueryHandler in com.cloudimpl.outstack.runtime.handler Modifier and Type Class Description classDefaultGetEventsQueryHandler<T extends Entity>classDefaultGetQueryHandler<T extends Entity>classDefaultListQueryHandler<T extends Entity>