Package org.hibernate.envers.query.order
Interface AuditOrder
- All Known Implementing Classes:
PropertyAuditOrder
public interface AuditOrder
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData
(Configuration configuration) nulls
(NullPrecedence nullPrecedence) Specifies the null order precedence for the order-by column specification.
-
Method Details
-
nulls
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
- Parameters:
configuration
- the configuration- Returns:
- the order data.
-