Uses of Interface
org.hibernate.envers.query.order.AuditOrder
-
-
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 -
Uses of AuditOrder in org.hibernate.envers.query.internal.impl
Methods in org.hibernate.envers.query.internal.impl with parameters of type AuditOrder Modifier and Type Method Description AbstractAuditAssociationQuery<Q>AbstractAuditAssociationQuery. addOrder(AuditOrder order)AuditQueryAbstractAuditQuery. addOrder(AuditOrder order) -
Uses of AuditOrder in org.hibernate.envers.query.order
Methods in org.hibernate.envers.query.order that return AuditOrder Modifier and Type Method Description AuditOrderAuditOrder. nulls(NullPrecedence nullPrecedence)Specifies the null order precedence for the order-by column specification. -
Uses of AuditOrder in org.hibernate.envers.query.order.internal
Classes in org.hibernate.envers.query.order.internal that implement AuditOrder Modifier and Type Class Description classPropertyAuditOrderMethods in org.hibernate.envers.query.order.internal that return AuditOrder Modifier and Type Method Description AuditOrderPropertyAuditOrder. nulls(NullPrecedence nullPrecedence)
-