T - public interface AuditDateDeleteBuilder<T> extends AuditDeleteBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
date(Date... date)
Specify one or more dates as criteria in the query
|
T |
dateRangeEnd(Date rangeEnd)
Specify the end of a date range to be used as a criteria on the date field.
|
T |
dateRangeStart(Date rangeStart)
Specify the begin of a date range to be used as a criteria on the date field.
|
build, processId, processInstanceIdT date(Date... date)
date - one or more datesT dateRangeStart(Date rangeStart)
rangeStart - the start (early end) of the date rangeCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.