Interface AuditDateDeleteBuilder<T>

    • Method Detail

      • date

        T date​(Date... date)
        Specify one or more dates as criteria in the query
        Parameters:
        date - one or more dates
        Returns:
        The current query builder instance
      • dateRangeStart

        T dateRangeStart​(Date rangeStart)
        Specify the begin of a date range to be used as a criteria on the date field. The date range includes the date specified.
        Parameters:
        rangeStart - the start (early end) of the date range
        Returns:
        The current query builder instance
      • dateRangeEnd

        T dateRangeEnd​(Date rangeEnd)
        Specify the end of a date range to be used as a criteria on the date field. The date range includes this date.
        Parameters:
        rangeEnd - the end (later end) of the date range
        Returns:
        The current query builder instance