Uses of Class
org.jooq.conf.RenderMapping
-
Uses of RenderMapping in org.jooq.conf
Modifier and TypeMethodDescriptionObjectFactory.createRenderMapping()
Create an instance ofRenderMapping
Settings.getRenderMapping()
Configure render mapping for runtime schema / table rewriting in generated SQL.static final RenderMapping
SettingsTools.getRenderMapping
(Settings settings) Lazy access toRenderMapping
.RenderMapping.withCatalogs
(Collection<MappedCatalog> values) RenderMapping.withCatalogs
(List<MappedCatalog> catalogs) RenderMapping.withCatalogs
(MappedCatalog... values) RenderMapping.withDefaultCatalog
(String value) The default catalog as defined inNamed.getName()
.RenderMapping.withDefaultSchema
(String value) The default schema as defined inNamed.getName()
.RenderMapping.withSchemata
(Collection<MappedSchema> values) RenderMapping.withSchemata
(List<MappedSchema> schemata) RenderMapping.withSchemata
(MappedSchema... values) Modifier and TypeMethodDescriptionvoid
Settings.setRenderMapping
(RenderMapping value) Configure render mapping for runtime schema / table rewriting in generated SQL.Settings.withRenderMapping
(RenderMapping value) Configure render mapping for runtime schema / table rewriting in generated SQL.