Uses of Class
org.jooq.SchemaMapping
-
Packages that use SchemaMapping Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.tools.jdbc This 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 @NotNull 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()
-