Uses of Class
cn.boboweike.carrot.storage.PageRequest.Order
-
Packages that use PageRequest.Order Package Description cn.boboweike.carrot.storage -
-
Uses of PageRequest.Order in cn.boboweike.carrot.storage
Methods in cn.boboweike.carrot.storage that return PageRequest.Order Modifier and Type Method Description static PageRequest.OrderPageRequest.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static PageRequest.Order[]PageRequest.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.
-