|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface EntityEngine.WhereContext<E>
| Method Summary | |
|---|---|
List<E> |
list()
|
List<E> |
orderBy(String... orderByColumn)
|
E |
singleValue()
Returns the single Entity that is the result of this query. |
| Method Detail |
|---|
List<E> orderBy(String... orderByColumn)
List<E> list()
E singleValue()
Will return null if no rows were returned by the DB query.
Throws PrecedenceSimpleClauseBuilder.IllegalState if more than one row is found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||