Uses of Class
org.hibernate.envers.query.order.NullPrecedence
-
Packages that use NullPrecedence Package Description org.hibernate.envers.query.order -
-
Uses of NullPrecedence in org.hibernate.envers.query.order
Methods in org.hibernate.envers.query.order that return NullPrecedence Modifier and Type Method Description NullPrecedenceAuditOrder.OrderData. getNullPrecedence()static NullPrecedenceNullPrecedence. 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 AuditOrderAuditOrder. 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)
-