Uses of Class
org.jooq.conf.MappedSchema
Packages that use MappedSchema
-
Uses of MappedSchema in org.jooq.conf
Fields in org.jooq.conf with type parameters of type MappedSchemaModifier and TypeFieldDescriptionprotected List<MappedSchema>
MappedCatalog.schemata
protected List<MappedSchema>
RenderMapping.schemata
Methods in org.jooq.conf that return MappedSchemaModifier and TypeMethodDescriptionObjectFactory.createMappedSchema()
Create an instance ofMappedSchema
The input schema name as defined inNamed.getName()
MappedSchema.withInputExpression
(Pattern value) A regular expression matching the input schema name as defined inNamed.getName()
MappedSchema.withOutput
(String value) The output schema as it will be rendered in SQL.MappedSchema.withTables
(Collection<MappedTable> values) MappedSchema.withTables
(List<MappedTable> tables) MappedSchema.withTables
(MappedTable... values) Methods in org.jooq.conf that return types with arguments of type MappedSchemaMethods in org.jooq.conf with parameters of type MappedSchemaModifier and TypeMethodDescriptionMappedCatalog.withSchemata
(MappedSchema... values) RenderMapping.withSchemata
(MappedSchema... values) Method parameters in org.jooq.conf with type arguments of type MappedSchemaModifier and TypeMethodDescriptionvoid
MappedCatalog.setSchemata
(List<MappedSchema> schemata) void
RenderMapping.setSchemata
(List<MappedSchema> schemata) MappedCatalog.withSchemata
(Collection<MappedSchema> values) MappedCatalog.withSchemata
(List<MappedSchema> schemata) RenderMapping.withSchemata
(Collection<MappedSchema> values) RenderMapping.withSchemata
(List<MappedSchema> schemata)