Uses of Interface
org.hibernate.envers.query.order.AuditOrder
-
Packages that use AuditOrder Package Description org.hibernate.envers.query org.hibernate.envers.query.criteria -
-
Uses of AuditOrder in org.hibernate.envers.query
Methods in org.hibernate.envers.query with parameters of type AuditOrder Modifier and Type Method Description AuditAssociationQuery<Q>
AuditAssociationQuery. addOrder(AuditOrder order)
AuditQuery
AuditQuery. addOrder(AuditOrder order)
-
Uses of AuditOrder in org.hibernate.envers.query.criteria
Methods in org.hibernate.envers.query.criteria that return AuditOrder Modifier and Type Method Description AuditOrder
AuditProperty. asc()
Sort the results by the property in ascending orderAuditOrder
AuditProperty. desc()
Sort the results by the property in descending order
-