Class QueryHelper
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.QueryHelper
public class QueryHelper
extends java.lang.Object
- Author:
- nuwan
-
Constructor Summary
Constructors Constructor Description QueryHelper() -
Method Summary
Modifier and Type Method Description static QuerywithContext(Query cmd, java.lang.String context)static QuerywithId(Query query, java.lang.String id)static QuerywithMapAttr(Query cmd, java.util.Map<java.lang.String,java.lang.String> mapAttr)static QuerywithPageable(Query query, Query.PagingRequest pageable)static QuerywithRootId(Query query, java.lang.String rootId)static QuerywithTenantId(Query query, java.lang.String tenantId)static QuerywithVersion(Query query, java.lang.String version)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QueryHelper
public QueryHelper()
-
-
Method Details
-
withRootId
-
withTenantId
-
withId
-
withVersion
-
withContext
-
withMapAttr
-
withPageable
-