Package org.hibernate.envers.query.order
Interface AuditOrder
-
- All Known Implementing Classes:
PropertyAuditOrder
public interface AuditOrder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AuditOrder.OrderData
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuditOrder.OrderData
getData(Configuration configuration)
AuditOrder
nulls(NullPrecedence nullPrecedence)
Specifies the null order precedence for the order-by column specification.
-
-
-
Method Detail
-
nulls
AuditOrder nulls(NullPrecedence nullPrecedence)
Specifies the null order precedence for the order-by column specification.- Parameters:
nullPrecedence
- the null precedence, may benull
.- Returns:
- this
AuditOrder
for chaining purposes
-
getData
AuditOrder.OrderData getData(Configuration configuration)
- Parameters:
configuration
- the configuration- Returns:
- the order data.
-
-