Package | Description |
---|---|
org.apache.cayenne.exp |
Cayenne data expression classes.
|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
Modifier and Type | Method and Description |
---|---|
Orderings |
Property.ascInsensitives() |
Orderings |
Property.ascs() |
Orderings |
Property.descInsensitives() |
Orderings |
Property.descs() |
Modifier and Type | Method and Description |
---|---|
Orderings |
Ordering.then(List<Ordering> nextOrderings) |
Orderings |
Orderings.then(List<Ordering> nextOrderings) |
Orderings |
Ordering.then(Ordering nextOrdering)
Returns Orderings with this Ordering followed by the provided
next Ordering.
|
Orderings |
Orderings.then(Ordering nextOrdering)
Adds the given sort ordering to the end of this list and
returns "this" so it can be chained again.
|
Orderings |
Ordering.then(Orderings nextOrderings)
Returns Orderings with this Ordering followed by the provided
list of next Orderings.
|
Orderings |
Orderings.then(Orderings nextOrderings)
Adds the given sort orderings to the end of this list and returns
"this" so it can be chained again.
|
Modifier and Type | Method and Description |
---|---|
Orderings |
Ordering.then(Orderings nextOrderings)
Returns Orderings with this Ordering followed by the provided
list of next Orderings.
|
Orderings |
Orderings.then(Orderings nextOrderings)
Adds the given sort orderings to the end of this list and returns
"this" so it can be chained again.
|
Copyright © 2001–2019 Apache Cayenne. All rights reserved.