Uses of Class
org.hibernate.envers.query.order.NullPrecedence
-
Packages that use NullPrecedence Package Description org.hibernate.envers.internal.tools.query org.hibernate.envers.query.order org.hibernate.envers.query.order.internal -
-
Uses of NullPrecedence in org.hibernate.envers.internal.tools.query
Methods in org.hibernate.envers.internal.tools.query with parameters of type NullPrecedence Modifier and Type Method Description void
QueryBuilder. addOrder(String alias, String propertyName, boolean ascending, NullPrecedence nullPrecedence)
-
Uses of NullPrecedence in org.hibernate.envers.query.order
Methods in org.hibernate.envers.query.order that return NullPrecedence Modifier and Type Method Description NullPrecedence
AuditOrder.OrderData. getNullPrecedence()
static NullPrecedence
NullPrecedence. valueOf(String name)
Returns the enum constant of this type with the specified name.static NullPrecedence[]
NullPrecedence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.envers.query.order with parameters of type NullPrecedence Modifier and Type Method Description AuditOrder
AuditOrder. nulls(NullPrecedence nullPrecedence)
Specifies the null order precedence for the order-by column specification.Constructors in org.hibernate.envers.query.order with parameters of type NullPrecedence Constructor Description OrderData(String alias, String propertyName, boolean ascending, NullPrecedence nullPrecedence)
-
Uses of NullPrecedence in org.hibernate.envers.query.order.internal
Methods in org.hibernate.envers.query.order.internal with parameters of type NullPrecedence Modifier and Type Method Description AuditOrder
PropertyAuditOrder. nulls(NullPrecedence nullPrecedence)
-