Uses of Interface
io.ebean.RawSqlBuilder
Packages that use RawSqlBuilder
-
Uses of RawSqlBuilder in io.ebean
Methods in io.ebean that return RawSqlBuilderModifier 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 RawSqlBuilderReturn 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 RawSqlBuilderReturn an unparsed RawSqlBuilder. -
Uses of RawSqlBuilder in io.ebean.service
Methods in io.ebean.service that return RawSqlBuilderModifier and TypeMethodDescriptionParse the SQL determining column mapping.Unparsed SQL so explicit column mapping expected.