Uses of Class
org.datanucleus.query.NullOrderingType
-
Packages that use NullOrderingType Package Description org.datanucleus.query This package provides general classes for querying across all datastores in particular languages.org.datanucleus.query.expression Package providing expressions from which a (generically) compiled query is made up. -
-
Uses of NullOrderingType in org.datanucleus.query
Methods in org.datanucleus.query that return NullOrderingType Modifier and Type Method Description static NullOrderingTypeNullOrderingType. valueOf(String name)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.query.expression
Methods in org.datanucleus.query.expression that return NullOrderingType Modifier and Type Method Description NullOrderingTypeOrderExpression. getNullOrder()
-