Uses of Interface
io.ebean.SqlQuery.TypeQuery
-
Packages that use SqlQuery.TypeQuery Package Description io.ebean -
-
Uses of SqlQuery.TypeQuery in io.ebean
Methods in io.ebean that return SqlQuery.TypeQuery Modifier and Type Method Description <T> SqlQuery.TypeQuery<T>
SqlQuery. mapTo(RowMapper<T> mapper)
Use a RowMapper to map the result to beans.<T> SqlQuery.TypeQuery<T>
SqlQuery. mapToScalar(Class<T> attributeType)
The query result maps to a single scalar value like Long, BigDecimal, String, UUID, OffsetDateTime etc.
-