Uses of Interface
ch.ivyteam.ivy.business.data.store.search.OrderByField
-
Packages that use OrderByField Package Description ch.ivyteam.ivy.business.data.store.search -
-
Uses of OrderByField in ch.ivyteam.ivy.business.data.store.search
Subinterfaces of OrderByField in ch.ivyteam.ivy.business.data.store.search Modifier and Type Interface Description interfaceOrderByFieldOrLimit<T>Order by field operations and limit/execute operationsMethods in ch.ivyteam.ivy.business.data.store.search that return OrderByField Modifier and Type Method Description OrderByField<T>OrderBy. orderBy()Orders the result.
-