Uses of Enum
com.speedment.jpastreamer.field.comparator.NullOrder
Packages that use NullOrder
Package
Description
Comparators provided by the Runtime Field module.
-
Uses of NullOrder in com.speedment.jpastreamer.field.comparator
Methods in com.speedment.jpastreamer.field.comparator that return NullOrderModifier and TypeMethodDescriptionFieldComparator.getNullOrder()Returns the strategy used whennullvalues are encountered.NullOrder.reversed()static NullOrderReturns the enum constant of this type with the specified name.static NullOrder[]NullOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.