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
ConstructorDescriptionPropertyAuditOrder
(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:AuditOrder
Specifies the null order precedence for the order-by column specification.- Specified by:
nulls
in interfaceAuditOrder
- Parameters:
nullPrecedence
- the null precedence, may benull
.- Returns:
- this
AuditOrder
for chaining purposes
-
getData
- Specified by:
getData
in interfaceAuditOrder
- Parameters:
configuration
- the configuration- Returns:
- the order data.
-