Interface AuditOrder

All Known Implementing Classes:
PropertyAuditOrder

public interface AuditOrder
  • Method Details

    • nulls

      AuditOrder nulls(NullPrecedence nullPrecedence)
      Specifies the null order precedence for the order-by column specification.
      Parameters:
      nullPrecedence - the null precedence, may be null.
      Returns:
      this AuditOrder for chaining purposes
    • getData

      AuditOrder.OrderData getData(Configuration configuration)
      Parameters:
      configuration - the configuration
      Returns:
      the order data.