Uses of Interface
ch.ivyteam.ivy.business.data.store.search.Limit
-
Packages that use Limit Package Description ch.ivyteam.ivy.business.data.store.search -
-
Uses of Limit in ch.ivyteam.ivy.business.data.store.search
Subinterfaces of Limit in ch.ivyteam.ivy.business.data.store.search Modifier and Type Interface Description interfaceFilter<T>Boolean AND and OR operation and orderBy, limit, execute operationsinterfaceOrderByFieldOrLimit<T>Order by field operations and limit/execute operationsinterfaceOrderByOperation<T>Order by ascending or descending operations and limit/execute operations.interfaceQuery<T>Search for business data values using different filters for text, number and date fields.interfaceScoredFilter<T>Scored query filter
-