Uses of Interface
io.ebean.RawSql
-
Packages that use 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 RawSql
RawSqlBuilder. create()
Create the immutable RawSql object.static RawSql
RawSqlBuilder. 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.Methods in io.ebean with parameters of type RawSql Modifier and Type Method Description Query<T>
Query. setRawSql(RawSql rawSql)
Set RawSql to use for this query. -
Uses of RawSql in io.ebean.service
Methods in io.ebean.service that return RawSql Modifier and Type Method Description RawSql
SpiRawSqlService. resultSet(ResultSet resultSet, String... propertyNames)
Create based on a JDBC ResultSet.
-