Package io.ebean
Interface SqlQuery.TypeQuery<T>
-
- Type Parameters:
T- The type of the scalar values
- Enclosing interface:
- SqlQuery
public static interface SqlQuery.TypeQuery<T>
Query mapping to single scalar values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>findList()Return the list of values.TfindOne()Return the single value.Optional<T>findOneOrEmpty()Return the single value that is optional.
-