| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.querydefn | |
| com.avaje.ebeaninternal.util |
Utility objects
|
| Modifier and Type | Method and Description |
|---|---|
OrderBy<T> |
OrderBy.copy()
Return a copy of the OrderBy.
|
OrderBy<T> |
OrderBy.copyWithTrim(String path)
Return a copy of this OrderBy with the path trimmed.
|
OrderBy<T> |
Query.order()
Return the OrderBy so that you can append an ascending or descending
property to the order by clause.
|
OrderBy<T> |
ExpressionList.order()
Return the OrderBy so that you can append an ascending or descending
property to the order by clause.
|
OrderBy<T> |
Query.orderBy()
Return the OrderBy so that you can append an ascending or descending
property to the order by clause.
|
OrderBy<T> |
ExpressionList.orderBy()
Return the OrderBy so that you can append an ascending or descending
property to the order by clause.
|
| Modifier and Type | Method and Description |
|---|---|
Query<T> |
Query.setOrder(OrderBy<T> orderBy)
Set an OrderBy object to replace any existing OrderBy clause.
|
Query<T> |
Query.setOrderBy(OrderBy<T> orderBy)
Set an OrderBy object to replace any existing OrderBy clause.
|
| Modifier and Type | Method and Description |
|---|---|
OrderBy<T> |
SpiQuery.getOrderBy()
Return the Order By clause or null if there is none defined.
|
| Modifier and Type | Method and Description |
|---|---|
OrderBy<T> |
DefaultOrmQuery.getOrderBy() |
OrderBy<T> |
DefaultOrmQuery.order() |
OrderBy<T> |
DefaultOrmQuery.orderBy() |
| Modifier and Type | Method and Description |
|---|---|
DefaultOrmQuery<T> |
DefaultOrmQuery.setOrder(OrderBy<T> orderBy) |
DefaultOrmQuery<T> |
DefaultOrmQuery.setOrderBy(OrderBy<T> orderBy) |
| Modifier and Type | Method and Description |
|---|---|
OrderBy<T> |
DefaultExpressionList.order() |
OrderBy<T> |
FilterExpressionList.order() |
OrderBy<T> |
DefaultExpressionList.orderBy() |
Copyright © 2014. All Rights Reserved.