Uses of Record Class
st.orm.Pageable.Order
Packages that use Pageable.Order
Package
Description
Foundation of the data model: the mapping annotations and the record interfaces.
-
Uses of Pageable.Order in st.orm
Methods in st.orm that return types with arguments of type Pageable.OrderModifier and TypeMethodDescriptionPageable.orders()Returns the value of theordersrecord component.Constructor parameters in st.orm with type arguments of type Pageable.OrderModifierConstructorDescriptionPageable(int pageNumber, int pageSize, List<Pageable.Order> orders) Creates an instance of aPageablerecord class.