Uses of Enum Class
org.hibernate.envers.query.order.NullPrecedence
Packages that use NullPrecedence
-
Uses of NullPrecedence in org.hibernate.envers.query.order
Subclasses with type arguments of type NullPrecedence in org.hibernate.envers.query.orderMethods in org.hibernate.envers.query.order that return NullPrecedenceModifier and TypeMethodDescriptionAuditOrder.OrderData.getNullPrecedence()static NullPrecedenceReturns the enum constant of this class with the specified name.static NullPrecedence[]NullPrecedence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.envers.query.order with parameters of type NullPrecedenceModifier and TypeMethodDescriptionAuditOrder.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 NullPrecedenceModifierConstructorDescriptionOrderData(String alias, String propertyName, boolean ascending, NullPrecedence nullPrecedence)