Uses of Class
org.jooq.SchemaMapping
-
Packages that use SchemaMapping Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbcpackage 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 SchemaMappingConfiguration. 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 SchemaMappingDefaultConfiguration. schemaMapping()Deprecated. -
Uses of SchemaMapping in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return SchemaMapping Modifier and Type Method Description SchemaMappingMockConfiguration. schemaMapping()
-