Class DefaultListQueryHandler<T extends Entity>
java.lang.Object
com.cloudimpl.outstack.runtime.EntityQueryHandler<T,QueryByIdRequest,ResultSet<T>>
com.cloudimpl.outstack.runtime.handler.DefaultListQueryHandler<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Handler<T>
public class DefaultListQueryHandler<T extends Entity> extends EntityQueryHandler<T,QueryByIdRequest,ResultSet<T>>
- Author:
- nuwan
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityQueryHandler
entityType, queryType -
Constructor Summary
Constructors Constructor Description DefaultListQueryHandler(java.lang.Class<?> type) -
Method Summary
Modifier and Type Method Description protected ResultSet<T>execute(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
-
DefaultListQueryHandler
public DefaultListQueryHandler(java.lang.Class<?> type)
-
-
Method Details
-
execute
- Specified by:
executein classEntityQueryHandler<T extends Entity,QueryByIdRequest,ResultSet<T extends Entity>>
-