Uses of Class
javax.jdo.query.OrderExpression.OrderNullsPosition
-
Packages that use OrderExpression.OrderNullsPosition Package Description javax.jdo.query Package providing expressions for building a typed JDOQL query. -
-
Uses of OrderExpression.OrderNullsPosition in javax.jdo.query
Methods in javax.jdo.query that return OrderExpression.OrderNullsPosition Modifier and Type Method Description OrderExpression.OrderNullsPositionOrderExpression. getNullsPosition()Accessor for the position of nulls with this expression.static OrderExpression.OrderNullsPositionOrderExpression.OrderNullsPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderExpression.OrderNullsPosition[]OrderExpression.OrderNullsPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-