| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.querydefn | |
| com.avaje.ebeaninternal.util |
Utility objects
|
| Modifier and Type | Method and Description |
|---|---|
SpiExpressionList<T> |
SpiQuery.getHavingExpressions()
Can return null if no expressions where added to the having clause.
|
SpiExpressionList<T> |
SpiQuery.getWhereExpressions()
Can return null if no expressions where added to the where clause.
|
SpiExpressionList<?> |
SpiExpressionList.trimPath(int prefixTrim)
Return a copy of the ExpressionList with the path trimmed for filterMany() expressions.
|
| Modifier and Type | Method and Description |
|---|---|
<T> SpiExpressionList<T> |
OrmQueryProperties.filterMany(Query<T> rootQuery)
Return the expressions used to filter on this path.
|
SpiExpressionList<?> |
OrmQueryProperties.getFilterMany()
Return the filterMany expression list (can be null).
|
SpiExpressionList<?> |
OrmQueryProperties.getFilterManyTrimPath(int trimPath)
Return the filterMany expression list (can be null).
|
SpiExpressionList<T> |
DefaultOrmQuery.getHavingExpressions() |
SpiExpressionList<T> |
DefaultOrmQuery.getWhereExpressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrmQueryProperties.setFilterMany(SpiExpressionList<?> filterMany)
Set the filterMany expression list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExpressionList<T>
Default implementation of ExpressionList.
|
class |
FilterExpressionList<T> |
| Modifier and Type | Method and Description |
|---|---|
SpiExpressionList<?> |
DefaultExpressionList.trimPath(int prefixTrim) |
SpiExpressionList<?> |
FilterExpressionList.trimPath(int prefixTrim) |
Copyright © 2014. All Rights Reserved.