public class DataObjectInstanceEntityQueryImpl extends AbstractQuery<DataObjectInstanceEntityQuery,DataObjectInstance> implements DataObjectInstanceEntityQuery, CacheAwareQuery<DataObjectInstanceEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.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, commandExecutor
databaseType, 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, singleResult
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
enhanceCachedValue
protected 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 DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery definitionId(String definitionId)
definitionId
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery definitionKey(String definitionKey)
definitionKey
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery lookupId(String lookupId)
lookupId
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery lookupIdLike(String lookupIdLike)
lookupIdLike
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery scopeId(String scopeId)
scopeId
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery subScopeId(String subScopeId)
subScopeId
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery scopeType(String scopeType)
scopeType
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery orderByLookupId()
orderByLookupId
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery orderByCreationTime()
orderByCreationTime
in interface DataObjectInstanceEntityQuery
public DataObjectInstanceEntityQuery orderByUpdateTime()
orderByUpdateTime
in interface DataObjectInstanceEntityQuery
public 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()