public class ArchiveJobEventQueryImpl extends AbstractQuery<ArchiveJobEventQuery,ArchiveJobEventEntity> implements ArchiveJobEventQuery
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected Date |
creationTimeAfter |
protected Date |
creationTimeBefore |
protected static ListQueryParameterObject.OrderBy |
DEFAULT_ORDER_BY |
protected Date |
endTimeAfter |
protected Date |
endTimeBefore |
protected String |
id |
protected Date |
startTimeAfter |
protected Date |
startTimeBefore |
commandContext, commandExecutordatabaseType, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
ArchiveJobEventQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ArchiveJobEventQuery |
creationTimeAfter(Date creationTimeAfter) |
ArchiveJobEventQuery |
creationTimeBefore(Date creationTimeBefore) |
ArchiveJobEventQuery |
endTimeAfter(Date endTimeAfter) |
ArchiveJobEventQuery |
endTimeBefore(Date endTimeBefore) |
long |
executeCount(CommandContext commandContext) |
List<ArchiveJobEventEntity> |
executeList(CommandContext commandContext) |
Date |
getCreationTimeAfter() |
Date |
getCreationTimeBefore() |
Date |
getEndTimeAfter() |
Date |
getEndTimeBefore() |
String |
getId() |
Date |
getStartTimeAfter() |
Date |
getStartTimeBefore() |
ArchiveJobEventQuery |
id(String id) |
ArchiveJobEventQuery |
orderByCreationTime() |
ArchiveJobEventQuery |
startTimeAfter(Date startTimeAfter) |
ArchiveJobEventQuery |
startTimeBefore(Date startTimeBefore) |
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, setParameterprotected static final ListQueryParameterObject.OrderBy DEFAULT_ORDER_BY
protected String id
protected Date creationTimeBefore
protected Date creationTimeAfter
protected Date startTimeAfter
protected Date startTimeBefore
protected Date endTimeAfter
protected Date endTimeBefore
public ArchiveJobEventQueryImpl(CommandExecutor commandExecutor)
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<ArchiveJobEventQuery,ArchiveJobEventEntity>public List<ArchiveJobEventEntity> executeList(CommandContext commandContext)
executeList in class AbstractQuery<ArchiveJobEventQuery,ArchiveJobEventEntity>public ArchiveJobEventQuery orderByCreationTime()
orderByCreationTime in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery id(String id)
id in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery creationTimeAfter(Date creationTimeAfter)
creationTimeAfter in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery creationTimeBefore(Date creationTimeBefore)
creationTimeBefore in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery startTimeAfter(Date startTimeAfter)
startTimeAfter in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery startTimeBefore(Date startTimeBefore)
startTimeBefore in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery endTimeAfter(Date endTimeAfter)
endTimeAfter in interface ArchiveJobEventQuerypublic ArchiveJobEventQuery endTimeBefore(Date endTimeBefore)
endTimeBefore in interface ArchiveJobEventQuerypublic String getId()
public Date getCreationTimeBefore()
public Date getCreationTimeAfter()
public Date getStartTimeAfter()
public Date getStartTimeBefore()
public Date getEndTimeAfter()
public Date getEndTimeBefore()