Uses of Class
org.hotrod.runtime.livesql.ordering.OrderByProperties.NullsOrdering
-
Packages that use OrderByProperties.NullsOrdering Package Description org.hotrod.runtime.livesql.ordering -
-
Uses of OrderByProperties.NullsOrdering in org.hotrod.runtime.livesql.ordering
Methods in org.hotrod.runtime.livesql.ordering that return OrderByProperties.NullsOrdering Modifier and Type Method Description static OrderByProperties.NullsOrderingOrderByProperties.NullsOrdering. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrderByProperties.NullsOrdering[]OrderByProperties.NullsOrdering. values()Returns an array containing the constants of this enum type, in the order they are declared.
-