Uses of Enum Class
org.hibernate.envers.query.order.NullPrecedence
Packages that use NullPrecedence
Package
Description
-
Uses of NullPrecedence in org.hibernate.envers.internal.tools.query
Methods in org.hibernate.envers.internal.tools.query with parameters of type NullPrecedenceModifier and TypeMethodDescriptionvoid
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 NullPrecedenceModifier and TypeMethodDescriptionAuditOrder.OrderData.getNullPrecedence()
static NullPrecedence
Returns 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) -
Uses of NullPrecedence in org.hibernate.envers.query.order.internal
Methods in org.hibernate.envers.query.order.internal with parameters of type NullPrecedence