Class PropertyAuditOrder
java.lang.Object
org.hibernate.envers.query.order.internal.PropertyAuditOrder
- All Implemented Interfaces:
AuditOrder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.envers.query.order.AuditOrder
AuditOrder.OrderData -
Constructor Summary
ConstructorsConstructorDescriptionPropertyAuditOrder(String alias, PropertyNameGetter propertyNameGetter, boolean asc) -
Method Summary
Modifier and TypeMethodDescriptiongetData(Configuration configuration) nulls(NullPrecedence nullPrecedence) Specifies the null order precedence for the order-by column specification.
-
Constructor Details
-
PropertyAuditOrder
-
-
Method Details
-
nulls
Description copied from interface:AuditOrderSpecifies the null order precedence for the order-by column specification.- Specified by:
nullsin interfaceAuditOrder- Parameters:
nullPrecedence- the null precedence, may benull.- Returns:
- this
AuditOrderfor chaining purposes
-
getData
- Specified by:
getDatain interfaceAuditOrder- Parameters:
configuration- the configuration- Returns:
- the order data.
-