Class DefaultGetQueryHandler<T extends Entity>
java.lang.Object
com.cloudimpl.outstack.runtime.EntityQueryHandler<T,QueryByIdRequest,T>
com.cloudimpl.outstack.runtime.handler.DefaultGetQueryHandler<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Handler<T>
public class DefaultGetQueryHandler<T extends Entity> extends EntityQueryHandler<T,QueryByIdRequest,T>
- Author:
- nuwan
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityQueryHandler
entityType, queryType -
Constructor Summary
Constructors Constructor Description DefaultGetQueryHandler(java.lang.Class<?> type) -
Method Summary
Modifier and Type Method Description protected Texecute(EntityQueryContext<T> context, QueryByIdRequest query)Methods inherited from class com.cloudimpl.outstack.runtime.EntityQueryHandler
apply, emit, getTenantFunction, validateInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultGetQueryHandler
public DefaultGetQueryHandler(java.lang.Class<?> type)
-
-
Method Details
-
execute
- Specified by:
executein classEntityQueryHandler<T extends Entity,QueryByIdRequest,T extends Entity>
-