public class TranslationQueryImpl extends AbstractQuery<TranslationQuery,Translation> implements TranslationQuery, CacheAwareQuery<TranslationEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.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, commandExecutordatabaseType, 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, 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 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 TranslationQuerypublic TranslationQuery scopeId(String scopeId)
scopeId in interface TranslationQuerypublic TranslationQuery scopeType(String scopeType)
scopeType in interface TranslationQuerypublic TranslationQuery key(String key)
key in interface TranslationQuerypublic TranslationQuery locale(String locale)
locale in interface TranslationQuerypublic TranslationQuery value(String value)
value in interface TranslationQuerypublic TranslationQuery valueLike(String valueLike)
valueLike in interface TranslationQuerypublic TranslationQuery valueLikeIgnoreCase(String valueLikeIgnoreCase)
valueLikeIgnoreCase in interface TranslationQuerypublic 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()