org.hibernate.envers.query.order
Class PropertyAuditOrder
java.lang.Object
org.hibernate.envers.query.order.PropertyAuditOrder
- All Implemented Interfaces:
- AuditOrder
public class PropertyAuditOrder
- extends Object
- implements AuditOrder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyAuditOrder
public PropertyAuditOrder(PropertyNameGetter propertyNameGetter,
boolean asc)
getData
public Pair<String,Boolean> getData(AuditConfiguration auditCfg)
- Specified by:
getData
in interface AuditOrder
- Parameters:
auditCfg
- Configuration.
- Returns:
- A pair: (property name, ascending?).
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.