|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ordering | |
---|---|
org.apache.cayenne.map | Contains O/R mapping classes that store relational database metadata information and map it to Java classes. |
org.apache.cayenne.project.validator | |
org.apache.cayenne.query | Defines standard queries supported by Cayenne and extension mechanism to create custom queries. |
Uses of Ordering in org.apache.cayenne.map |
---|
Fields in org.apache.cayenne.map with type parameters of type Ordering | |
---|---|
protected List<Ordering> |
QueryBuilder.orderings
Deprecated. |
Uses of Ordering in org.apache.cayenne.project.validator |
---|
Methods in org.apache.cayenne.project.validator with parameters of type Ordering | |
---|---|
protected void |
SelectQueryValidator.validateOrdering(Entity entity,
Ordering ordering,
ProjectPath path,
Validator validator)
|
Uses of Ordering in org.apache.cayenne.query |
---|
Fields in org.apache.cayenne.query with type parameters of type Ordering | |
---|---|
protected List<Ordering> |
SelectQuery.orderings
|
Methods in org.apache.cayenne.query that return types with arguments of type Ordering | |
---|---|
List<Ordering> |
SelectQuery.getOrderings()
Returns a list of orderings used by this query. |
Methods in org.apache.cayenne.query with parameters of type Ordering | |
---|---|
void |
SelectQuery.addOrdering(Ordering ordering)
Adds ordering specification to this query orderings. |
void |
SelectQuery.removeOrdering(Ordering ordering)
Removes ordering. |
Method parameters in org.apache.cayenne.query with type arguments of type Ordering | |
---|---|
void |
SelectQuery.addOrderings(List<Ordering> orderings)
Adds a list of orderings. |
static void |
Ordering.orderList(List<?> objects,
List<Ordering> orderings)
Orders a given list of objects, using a List of Orderings applied according the default iteration order of the Orderings list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |