public class TokenQueryImpl extends AbstractQuery<TokenQuery,Token> implements TokenQuery, CacheAwareQuery<TokenEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<String> |
ids |
protected String |
ipAddress |
protected String |
ipAddressLike |
protected String |
tokenData |
protected String |
tokenDataLike |
protected Date |
tokenDate |
protected Date |
tokenDateAfter |
protected Date |
tokenDateBefore |
protected String |
tokenValue |
protected String |
userAgent |
protected String |
userAgentLike |
protected String |
userId |
protected String |
userIdLike |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
TokenQueryImpl() |
TokenQueryImpl(CommandContext commandContext) |
TokenQueryImpl(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 tokenValue
protected Date tokenDate
protected Date tokenDateBefore
protected Date tokenDateAfter
protected String ipAddress
protected String ipAddressLike
protected String userAgent
protected String userAgentLike
protected String userId
protected String userIdLike
protected String tokenData
protected String tokenDataLike
public TokenQueryImpl()
public TokenQueryImpl(CommandContext commandContext)
public TokenQueryImpl(CommandExecutor commandExecutor)
public TokenQuery tokenId(String id)
tokenId in interface TokenQuerypublic TokenQuery tokenIds(List<String> ids)
tokenIds in interface TokenQuerypublic TokenQuery tokenValue(String tokenValue)
tokenValue in interface TokenQuerypublic TokenQuery tokenDate(Date tokenDate)
tokenDate in interface TokenQuerypublic TokenQuery tokenDateBefore(Date tokenDateBefore)
tokenDateBefore in interface TokenQuerypublic TokenQuery tokenDateAfter(Date tokenDateAfter)
tokenDateAfter in interface TokenQuerypublic TokenQuery ipAddress(String ipAddress)
ipAddress in interface TokenQuerypublic TokenQuery ipAddressLike(String ipAddressLike)
ipAddressLike in interface TokenQuerypublic TokenQuery userAgent(String userAgent)
userAgent in interface TokenQuerypublic TokenQuery userAgentLike(String userAgentLike)
userAgentLike in interface TokenQuerypublic TokenQuery userId(String userId)
userId in interface TokenQuerypublic TokenQuery userIdLike(String userIdLike)
userIdLike in interface TokenQuerypublic TokenQuery tokenData(String tokenData)
tokenData in interface TokenQuerypublic TokenQuery tokenDataLike(String tokenDataLike)
tokenDataLike in interface TokenQuerypublic TokenQuery orderByTokenId()
orderByTokenId in interface TokenQuerypublic TokenQuery orderByTokenDate()
orderByTokenDate in interface TokenQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<TokenQuery,Token>public List<Token> executeList(CommandContext commandContext)
executeList in class AbstractQuery<TokenQuery,Token>public String getId()
getId in interface CacheAwareQuery<TokenEntity>public String getTokenValue()
public Date getTokenDate()
public Date getTokenDateBefore()
public Date getTokenDateAfter()
public String getIpAddress()
public String getIpAddressLike()
public String getUserAgent()
public String getUserAgentLike()
public String getUserId()
public String getUserIdLike()
public String getTokenData()
public String getTokenDataLike()