Uses of Interface
io.ebean.SqlQuery.TypeQuery
-
Uses of SqlQuery.TypeQuery in io.ebean
Modifier and TypeMethodDescription<T> SqlQuery.TypeQuery<T>
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.