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
Subclasses with type arguments of type NullOrderingType in org.datanucleus.store.queryModifier and TypeClassDescriptionenumEnum for how to handle null values when ordering a query based on a column.Methods in org.datanucleus.store.query that return NullOrderingTypeModifier and TypeMethodDescriptionstatic NullOrderingTypeReturns 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 NullOrderingTypeOrderExpression.nullOrderOptional specification for null ordering.Methods in org.datanucleus.store.query.expression that return NullOrderingType