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)AuditQueryAuditQuery. 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 AuditOrderAuditProperty. asc()Sort the results by the property in ascending orderAuditOrderAuditProperty. desc()Sort the results by the property in descending order
-