public class SchemaLogQueryImpl extends AbstractQuery<SchemaLogQuery,SchemaLogEntry> implements SchemaLogQuery
AbstractQuery.ResultType| Modifier and Type | Field and Description | 
|---|---|
| protected String | version | 
commandExecutor, expressions, maxResultsLimitEnabled, resultType, SORTORDER_ASC, SORTORDER_DESC, validatorsauthCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck| Constructor and Description | 
|---|
| SchemaLogQueryImpl(CommandExecutor commandExecutor) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | executeCount(CommandContext commandContext) | 
| List<SchemaLogEntry> | executeList(CommandContext commandContext,
           Page page)Executes the actual query to retrieve the list of results. | 
| SchemaLogQuery | orderByTimestamp()Order by task timestamp (needs to be followed by  Query.asc()orQuery.desc()). | 
| SchemaLogQuery | version(String version)Only show  entrieswith a given version. | 
addExpression, addValidator, asc, checkMaxResultsLimit, checkQueryOk, count, desc, direction, disableMaxResultsLimit, enableMaxResultsLimit, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeIdsList, executeResult, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, unboundedResultList, validate, validategetAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheckprotected String version
public SchemaLogQueryImpl(CommandExecutor commandExecutor)
public SchemaLogQuery version(String version)
SchemaLogQueryentries with a given version.version in interface SchemaLogQuerypublic SchemaLogQuery orderByTimestamp()
SchemaLogQueryQuery.asc() or Query.desc()).orderByTimestamp in interface SchemaLogQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<SchemaLogQuery,SchemaLogEntry>public List<SchemaLogEntry> executeList(CommandContext commandContext, Page page)
AbstractQueryexecuteList in class AbstractQuery<SchemaLogQuery,SchemaLogEntry>page - used if the results must be paged. If null, no paging will be applied.Copyright © 2021. All rights reserved.