Uses of Class
io.ebean.OrderBy.Property
-
Packages that use OrderBy.Property Package Description io.ebean -
-
Uses of OrderBy.Property in io.ebean
Methods in io.ebean that return OrderBy.Property Modifier and Type Method Description OrderBy.Property
OrderBy.Property. copy()
Return a copy of this property.OrderBy.Property
OrderBy.Property. copyWithTrim(String path)
Return a copy of this Property with the path trimmed.Methods in io.ebean that return types with arguments of type OrderBy.Property Modifier and Type Method Description List<OrderBy.Property>
OrderBy. getProperties()
Return the properties for this OrderBy.Methods in io.ebean with parameters of type OrderBy.Property Modifier and Type Method Description void
OrderBy. add(OrderBy.Property p)
Add a property to the order by.
-