Uses of Class
org.jooq.conf.MappedSchema
-
Packages that use MappedSchema Package Description org.jooq.conf -
-
Uses of MappedSchema in org.jooq.conf
Fields in org.jooq.conf with type parameters of type MappedSchema Modifier and Type Field Description protected List<MappedSchema>
RenderMapping. schemata
Methods in org.jooq.conf that return MappedSchema Modifier and Type Method Description MappedSchema
ObjectFactory. createMappedSchema()
Create an instance ofMappedSchema
MappedSchema
MappedSchema. withInput(String value)
MappedSchema
MappedSchema. withInputExpression(Pattern value)
MappedSchema
MappedSchema. withOutput(String value)
MappedSchema
MappedSchema. withTables(Collection<MappedTable> values)
MappedSchema
MappedSchema. withTables(List<MappedTable> tables)
MappedSchema
MappedSchema. withTables(MappedTable... values)
Methods in org.jooq.conf that return types with arguments of type MappedSchema Modifier and Type Method Description List<MappedSchema>
RenderMapping. getSchemata()
Methods in org.jooq.conf with parameters of type MappedSchema Modifier and Type Method Description RenderMapping
RenderMapping. withSchemata(MappedSchema... values)
Method parameters in org.jooq.conf with type arguments of type MappedSchema Modifier and Type Method Description void
RenderMapping. setSchemata(List<MappedSchema> schemata)
RenderMapping
RenderMapping. withSchemata(Collection<MappedSchema> values)
RenderMapping
RenderMapping. withSchemata(List<MappedSchema> schemata)
-