Uses of Interface
io.ebean.RawSql
| Package | Description |
|---|---|
| io.ebean | |
| io.ebean.service |
-
Uses of RawSql in io.ebean
Methods in io.ebean that return RawSql Modifier and Type Method Description RawSqlRawSqlBuilder. create()Create the immutable RawSql object.static RawSqlRawSqlBuilder. resultSet(ResultSet resultSet, String... propertyNames)Create and return a RawSql object based on the resultSet and list of properties the columns in the resultSet map to. -
Uses of RawSql in io.ebean.service