Uses of Class
org.jooq.SchemaMapping
-
Packages that use SchemaMapping Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbc
package contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of SchemaMapping in org.jooq
Methods in org.jooq that return SchemaMapping Modifier and Type Method Description SchemaMapping
Configuration. schemaMapping()
Deprecated.- 2.0.5 - UseConfiguration.settings()
instead -
Uses of SchemaMapping in org.jooq.impl
Methods in org.jooq.impl that return SchemaMapping Modifier and Type Method Description SchemaMapping
DefaultConfiguration. schemaMapping()
Deprecated. -
Uses of SchemaMapping in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return SchemaMapping Modifier and Type Method Description SchemaMapping
MockConfiguration. schemaMapping()
-