Uses of Class
de.digitalcollections.model.api.paging.enums.NullHandling
-
Packages that use NullHandling Package Description de.digitalcollections.model.api.paging de.digitalcollections.model.api.paging.enums de.digitalcollections.model.impl.paging -
-
Uses of NullHandling in de.digitalcollections.model.api.paging
Methods in de.digitalcollections.model.api.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.Methods in de.digitalcollections.model.api.paging with parameters of type NullHandling Modifier and Type Method Description Order.BuilderOrder.Builder. nullHandling(NullHandling nullHandling)OrderOrder. with(NullHandling nullHandling)Returns aOrderwith the givenNullHandling. -
Uses of NullHandling in de.digitalcollections.model.api.paging.enums
Methods in de.digitalcollections.model.api.paging.enums that return NullHandling Modifier and Type Method Description 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. -
Uses of NullHandling in de.digitalcollections.model.impl.paging
Methods in de.digitalcollections.model.impl.paging that return NullHandling Modifier and Type Method Description NullHandlingOrderImpl. getNullHandling()Returns the usedNullHandlinghint, which can but may not be respected by the used datastore.Methods in de.digitalcollections.model.impl.paging with parameters of type NullHandling Modifier and Type Method Description voidOrderImpl. setNullHandling(NullHandling nullHandling)OrderOrderImpl. with(NullHandling nullHandling)Returns aOrderwith the givenNullHandling.Constructors in de.digitalcollections.model.impl.paging with parameters of type NullHandling Constructor Description OrderImpl(Direction direction, boolean ignoreCase, NullHandling nullHandling, String property)OrderImpl(Direction direction, String property, NullHandling nullHandlingHint)Creates a newOrderinstance. if order is null then order defaults toSorting.DEFAULT_DIRECTION
-