Uses of Enum
org.datanucleus.store.query.NullOrderingType
Packages that use NullOrderingType
Package
Description
Package providing query language support for datastores.
Package providing expressions from which a (generically) compiled query is made up.
-
Uses of NullOrderingType in org.datanucleus.store.query
Methods in org.datanucleus.store.query that return NullOrderingTypeModifier and TypeMethodDescriptionstatic NullOrderingType
Returns the enum constant of this type with the specified name.static NullOrderingType[]
NullOrderingType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NullOrderingType in org.datanucleus.store.query.expression
Fields in org.datanucleus.store.query.expression declared as NullOrderingTypeModifier and TypeFieldDescriptionprivate NullOrderingType
OrderExpression.nullOrder
Optional specification for null ordering.Methods in org.datanucleus.store.query.expression that return NullOrderingType