Uses of Class
com.cloudimpl.outstack.runtime.domainspec.Query
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime | |
| com.cloudimpl.outstack.runtime.domainspec |
-
Uses of Query in com.cloudimpl.outstack.runtime
Classes in com.cloudimpl.outstack.runtime with type parameters of type Query Modifier and Type Class Description classAsyncEntityQueryHandler<T extends RootEntity,I extends Query,R>classEntityQueryHandler<T extends Entity,I extends Query,R>Methods in com.cloudimpl.outstack.runtime with type parameters of type Query Modifier and Type Method Description <T extends Query>
TQueryWrapper. unwrap(java.lang.Class<T> type) -
Uses of Query in com.cloudimpl.outstack.runtime.domainspec
Subclasses of Query in com.cloudimpl.outstack.runtime.domainspec Modifier and Type Class Description classQueryByIdRequestMethods in com.cloudimpl.outstack.runtime.domainspec with type parameters of type Query Modifier and Type Method Description abstract <T extends Query>
TQuery.Builder. build()<T extends Query>
TIQuery. unwrap(java.lang.Class<T> type)<T extends Query>
TQuery. unwrap(java.lang.Class<T> type)Methods in com.cloudimpl.outstack.runtime.domainspec that return Query Modifier and Type Method Description static QueryQueryHelper. withContext(Query cmd, java.lang.String context)static QueryQueryHelper. withId(Query query, java.lang.String id)static QueryQueryHelper. withMapAttr(Query cmd, java.util.Map<java.lang.String,java.lang.String> mapAttr)static QueryQueryHelper. withPageable(Query query, Query.PagingRequest pageable)static QueryQueryHelper. withRootId(Query query, java.lang.String rootId)static QueryQueryHelper. withTenantId(Query query, java.lang.String tenantId)static QueryQueryHelper. withVersion(Query query, java.lang.String version)Methods in com.cloudimpl.outstack.runtime.domainspec with parameters of type Query Modifier and Type Method Description static QueryQueryHelper. withContext(Query cmd, java.lang.String context)static QueryQueryHelper. withId(Query query, java.lang.String id)static QueryQueryHelper. withMapAttr(Query cmd, java.util.Map<java.lang.String,java.lang.String> mapAttr)static QueryQueryHelper. withPageable(Query query, Query.PagingRequest pageable)static QueryQueryHelper. withRootId(Query query, java.lang.String rootId)static QueryQueryHelper. withTenantId(Query query, java.lang.String tenantId)static QueryQueryHelper. withVersion(Query query, java.lang.String version)