Uses of Class
de.digitalcollections.model.paging.NullHandling
-
Packages that use NullHandling Package Description de.digitalcollections.model.paging -
-
Uses of NullHandling in de.digitalcollections.model.paging
Methods in de.digitalcollections.model.paging that return NullHandling Modifier and Type Method Description NullHandlingOrder. getNullHandling()Returns the usedNullHandlinghint, which can but may not be respected by the used datastore.static NullHandlingNullHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static NullHandling[]NullHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.digitalcollections.model.paging with parameters of type NullHandling Modifier and Type Method Description OrderBuilderOrderBuilder. nullHandling(NullHandling nullHandling)voidOrder. setNullHandling(NullHandling nullHandling)OrderOrder. with(NullHandling nullHandling)Returns aOrderwith the givenNullHandling.Constructors in de.digitalcollections.model.paging with parameters of type NullHandling Constructor Description Order(Direction direction, boolean ignoreCase, NullHandling nullHandling, String property)Order(Direction direction, String property, NullHandling nullHandlingHint)Creates a newOrderinstance. if order is null then order defaults toSorting.DEFAULT_DIRECTION
-