Class PropertyAuditOrder
- java.lang.Object
-
- org.hibernate.envers.query.order.internal.PropertyAuditOrder
-
- All Implemented Interfaces:
AuditOrder
public class PropertyAuditOrder extends Object implements AuditOrder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.envers.query.order.AuditOrder
AuditOrder.OrderData
-
-
Constructor Summary
Constructors Constructor Description PropertyAuditOrder(String alias, PropertyNameGetter propertyNameGetter, boolean asc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditOrder.OrderDatagetData(Configuration configuration)AuditOrdernulls(NullPrecedence nullPrecedence)Specifies the null order precedence for the order-by column specification.
-
-
-
Constructor Detail
-
PropertyAuditOrder
public PropertyAuditOrder(String alias, PropertyNameGetter propertyNameGetter, boolean asc)
-
-
Method Detail
-
nulls
public AuditOrder nulls(NullPrecedence nullPrecedence)
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
public AuditOrder.OrderData getData(Configuration configuration)
- Specified by:
getDatain interfaceAuditOrder- Parameters:
configuration- the configuration- Returns:
- the order data.
-
-