public static interface EntityEngine.WhereContext<E>
Modifier and Type | Method and Description |
---|---|
List<E> |
list() |
List<E> |
orderBy(String... orderByColumn) |
E |
singleValue()
Returns the single Entity that is the result of this query.
|
E singleValue()
Will return null if no rows were returned by the DB query.
Throws PrecedenceSimpleClauseBuilder.IllegalState
if more than one row is found.
Copyright © 2002-2018 Atlassian. All Rights Reserved.