public class DataObjectDeploymentQueryImpl extends AbstractQuery<DataObjectDeploymentQuery,DataObjectDeployment> implements DataObjectDeploymentQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.NullHandlingOnOrder
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected String |
categoryNotEquals |
protected String |
dataObjectDefinitionKey |
protected String |
dataObjectDefinitionKeyLike |
protected String |
deploymentId |
protected List<String> |
deploymentIds |
protected String |
key |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
parentDeploymentId |
protected String |
parentDeploymentIdLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
commandContext, commandExecutor
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
Constructor and Description |
---|
DataObjectDeploymentQueryImpl() |
DataObjectDeploymentQueryImpl(CommandContext commandContext) |
DataObjectDeploymentQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
DataObjectDeploymentQueryImpl |
dataObjectDefinitionKey(String key)
Only select deployments with the given data object definition key.
|
DataObjectDeploymentQueryImpl |
dataObjectDefinitionKeyLike(String keyLike)
Only select deployments with a data object definition key like the given string.
|
DataObjectDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
DataObjectDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
DataObjectDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
DataObjectDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
DataObjectDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
DataObjectDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
DataObjectDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
DataObjectDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
DataObjectDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
DataObjectDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(CommandContext commandContext) |
List<DataObjectDeployment> |
executeList(CommandContext commandContext) |
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDataObjectDefinitionKey() |
String |
getDataObjectDefinitionKeyLike() |
String |
getDeploymentId() |
List<String> |
getDeploymentIds() |
String |
getKey() |
String |
getName() |
String |
getNameLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
DataObjectDeploymentQueryImpl |
latest()
Only select the latest deployments per deployment key.
|
DataObjectDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc() ). |
DataObjectDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc() ). |
DataObjectDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc() ). |
DataObjectDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
DataObjectDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
DataObjectDeploymentQueryImpl |
parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments with a deployment parent id like the given one.
|
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
protected String deploymentId
protected String name
protected String nameLike
protected String key
protected String category
protected String categoryNotEquals
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String parentDeploymentId
protected String parentDeploymentIdLike
protected String dataObjectDefinitionKey
protected String dataObjectDefinitionKeyLike
protected boolean latest
public DataObjectDeploymentQueryImpl()
public DataObjectDeploymentQueryImpl(CommandContext commandContext)
public DataObjectDeploymentQueryImpl(CommandExecutor commandExecutor)
public DataObjectDeploymentQueryImpl deploymentId(String deploymentId)
DataObjectDeploymentQuery
deploymentId
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
DataObjectDeploymentQuery
deploymentIds
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl deploymentName(String deploymentName)
DataObjectDeploymentQuery
deploymentName
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl deploymentNameLike(String nameLike)
DataObjectDeploymentQuery
deploymentNameLike
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl deploymentKey(String deploymentKey)
DataObjectDeploymentQuery
deploymentKey
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl deploymentCategory(String deploymentCategory)
DataObjectDeploymentQuery
deploymentCategory
in interface DataObjectDeploymentQuery
DataObjectDeploymentBuilder.category(String)
public DataObjectDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
DataObjectDeploymentQuery
deploymentCategoryNotEquals
in interface DataObjectDeploymentQuery
DataObjectDeploymentBuilder.category(String)
public DataObjectDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
DataObjectDeploymentQuery
parentDeploymentId
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
DataObjectDeploymentQuery
parentDeploymentIdLike
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl deploymentWithoutTenantId()
DataObjectDeploymentQuery
deploymentWithoutTenantId
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl deploymentTenantId(String tenantId)
DataObjectDeploymentQuery
deploymentTenantId
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
DataObjectDeploymentQuery
deploymentTenantIdLike
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl dataObjectDefinitionKey(String key)
DataObjectDeploymentQuery
dataObjectDefinitionKey
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl dataObjectDefinitionKeyLike(String keyLike)
DataObjectDeploymentQuery
dataObjectDefinitionKeyLike
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQueryImpl latest()
DataObjectDeploymentQuery
latest
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQuery orderByDeploymentId()
DataObjectDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentId
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQuery orderByDeploymentTime()
DataObjectDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentTime
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQuery orderByDeploymentName()
DataObjectDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentName
in interface DataObjectDeploymentQuery
public DataObjectDeploymentQuery orderByTenantId()
DataObjectDeploymentQuery
Query.asc()
or Query.desc()
).orderByTenantId
in interface DataObjectDeploymentQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<DataObjectDeploymentQuery,DataObjectDeployment>
public List<DataObjectDeployment> executeList(CommandContext commandContext)
executeList
in class AbstractQuery<DataObjectDeploymentQuery,DataObjectDeployment>
public String getDeploymentId()
public String getName()
public String getNameLike()
public String getKey()
public String getCategory()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getDataObjectDefinitionKey()
public String getDataObjectDefinitionKeyLike()