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)
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 -
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)
AuditQuery
AbstractAuditQuery. 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 AuditOrder
AuditOrder. 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 class
PropertyAuditOrder
Methods in org.hibernate.envers.query.order.internal that return AuditOrder Modifier and Type Method Description AuditOrder
PropertyAuditOrder. nulls(NullPrecedence nullPrecedence)
-