Uses of Interface
io.ebean.RawSqlBuilder
-
Uses of RawSqlBuilder in io.ebean
Modifier and TypeMethodDescriptionRawSqlBuilder.columnMapping
(String dbColumn, String propertyName) Set the mapping of a DB Column to a bean property.RawSqlBuilder.columnMappingIgnore
(String dbColumn) Ignore this DB column.static RawSqlBuilder
Return a RawSqlBuilder parsing the sql.RawSqlBuilder.tableAliasMapping
(String tableAlias, String path) Modify any column mappings with the given table alias to have the path prefix.static RawSqlBuilder
Return an unparsed RawSqlBuilder. -
Uses of RawSqlBuilder in io.ebean.service
Modifier and TypeMethodDescriptionParse the SQL determining column mapping.Unparsed SQL so explicit column mapping expected.