public class TranslationQueryImpl extends AbstractQuery<TranslationQuery,Translation> implements TranslationQuery, CacheAwareQuery<TranslationEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.NullHandlingOnOrder
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
key |
protected String |
locale |
protected String |
scopeId |
protected String |
scopeType |
protected String |
value |
protected String |
valueLike |
protected String |
valueLikeIgnoreCase |
commandContext, commandExecutor
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
Constructor and Description |
---|
TranslationQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(CommandContext commandContext) |
List<Translation> |
executeList(CommandContext commandContext) |
String |
getId() |
String |
getKey() |
String |
getLocale() |
String |
getScopeId() |
String |
getScopeType() |
String |
getValue() |
String |
getValueLike() |
String |
getValueLikeIgnoreCase() |
TranslationQuery |
id(String id) |
TranslationQuery |
key(String key) |
TranslationQuery |
locale(String locale) |
TranslationQuery |
scopeId(String scopeId) |
TranslationQuery |
scopeType(String scopeType) |
TranslationQuery |
value(String value) |
TranslationQuery |
valueLike(String valueLike) |
TranslationQuery |
valueLikeIgnoreCase(String valueLikeIgnoreCase) |
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 scopeId
protected String scopeType
protected String key
protected String locale
protected String value
protected String valueLike
protected String valueLikeIgnoreCase
public TranslationQueryImpl(CommandExecutor commandExecutor)
public TranslationQuery id(String id)
id
in interface TranslationQuery
public TranslationQuery scopeId(String scopeId)
scopeId
in interface TranslationQuery
public TranslationQuery scopeType(String scopeType)
scopeType
in interface TranslationQuery
public TranslationQuery key(String key)
key
in interface TranslationQuery
public TranslationQuery locale(String locale)
locale
in interface TranslationQuery
public TranslationQuery value(String value)
value
in interface TranslationQuery
public TranslationQuery valueLike(String valueLike)
valueLike
in interface TranslationQuery
public TranslationQuery valueLikeIgnoreCase(String valueLikeIgnoreCase)
valueLikeIgnoreCase
in interface TranslationQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<TranslationQuery,Translation>
public List<Translation> executeList(CommandContext commandContext)
executeList
in class AbstractQuery<TranslationQuery,Translation>
public String getId()
getId
in interface CacheAwareQuery<TranslationEntity>
public String getScopeId()
public String getScopeType()
public String getKey()
public String getLocale()
public String getValue()
public String getValueLike()
public String getValueLikeIgnoreCase()