Interface AuditLogQueryBuilder<T,​R>

    • Method Detail

      • ascending

        T ascending​(AuditLogQueryBuilder.OrderBy field)
        Specify which field to use when ordering the results, in ascending order.

        If this method is not used, the results will be ordered in ascending order by the id field.
        Parameters:
        field - the field by which the query results should be ordered
        Returns:
        The current instance of this query builder
      • descending

        T descending​(AuditLogQueryBuilder.OrderBy field)
        Specify which field to use when ordering the results, in descending order.

        If this method is not used, the results will be ordered in ascending order by the id field.
        Parameters:
        field - the field by which the query results should be ordered
        Returns:
        The current instance of this query builder