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
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 classDefaultGetQueryHandler<T extends Entity>classDefaultListQueryHandler<T extends Entity>