public class DataObjectInstanceEntityQueryImpl extends AbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance> implements DataObjectInstanceEntityQuery, CacheAwareQuery<DataObjectInstanceEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
definitionId |
protected String |
definitionKey |
protected String |
id |
protected String |
lookupId |
protected String |
lookupIdLike |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
DataObjectInstanceEntityQueryImpl() |
DataObjectInstanceEntityQueryImpl(CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasc, count, desc, list, listPage, orderBy, orderBy, singleResultenhanceCachedValueprotected String id
protected String definitionId
protected String definitionKey
protected String lookupId
protected String lookupIdLike
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
public DataObjectInstanceEntityQueryImpl()
public DataObjectInstanceEntityQueryImpl(CommandExecutor commandExecutor)
public DataObjectInstanceEntityQuery id(String id)
id in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery definitionId(String definitionId)
definitionId in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery definitionKey(String definitionKey)
definitionKey in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery lookupId(String lookupId)
lookupId in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery lookupIdLike(String lookupIdLike)
lookupIdLike in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery scopeId(String scopeId)
scopeId in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery subScopeId(String subScopeId)
subScopeId in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery scopeType(String scopeType)
scopeType in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery orderByLookupId()
orderByLookupId in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery orderByCreationTime()
orderByCreationTime in interface DataObjectInstanceEntityQuerypublic DataObjectInstanceEntityQuery orderByUpdateTime()
orderByUpdateTime in interface DataObjectInstanceEntityQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance>public List<DataObjectInstance> executeList(CommandContext commandContext)
executeList in class AbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance>public String getId()
getId in interface CacheAwareQuery<DataObjectInstanceEntity>public String getDefinitionId()
public String getDefinitionKey()
public String getLookupId()
public String getLookupIdLike()
public String getScopeId()
public String getSubScopeId()
public String getScopeType()
public String getScopeDefinitionId()