Uses of Interface
io.ebean.RawSqlBuilder
-
Packages that use RawSqlBuilder Package Description io.ebean io.ebean.service -
-
Uses of RawSqlBuilder in io.ebean
Methods in io.ebean that return RawSqlBuilder Modifier and Type Method Description RawSqlBuilderRawSqlBuilder. columnMapping(String dbColumn, String propertyName)Set the mapping of a DB Column to a bean property.RawSqlBuilderRawSqlBuilder. columnMappingIgnore(String dbColumn)Ignore this DB column.static RawSqlBuilderRawSqlBuilder. parse(String sql)Return a RawSqlBuilder parsing the sql.RawSqlBuilderRawSqlBuilder. tableAliasMapping(String tableAlias, String path)Modify any column mappings with the given table alias to have the path prefix.static RawSqlBuilderRawSqlBuilder. unparsed(String sql)Return an unparsed RawSqlBuilder. -
Uses of RawSqlBuilder in io.ebean.service
Methods in io.ebean.service that return RawSqlBuilder Modifier and Type Method Description RawSqlBuilderSpiRawSqlService. parsed(String sql)Parse the SQL determining column mapping.RawSqlBuilderSpiRawSqlService. unparsed(String sql)Unparsed SQL so explicit column mapping expected.
-