Uses of Interface
org.jooq.MetaProvider
-
Packages that use MetaProvider Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbc
package contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of MetaProvider in org.jooq
Methods in org.jooq that return MetaProvider Modifier and Type Method Description MetaProvider
Configuration. metaProvider()
Get this configuration's underlying meta provider.Methods in org.jooq with parameters of type MetaProvider Modifier and Type Method Description Configuration
Configuration. derive(MetaProvider newMetaProvider)
Create a derived configuration from this one, with a new meta provider.Configuration
Configuration. set(MetaProvider newMetaProvider)
Change this configuration to hold a new meta provider. -
Uses of MetaProvider in org.jooq.impl
Classes in org.jooq.impl that implement MetaProvider Modifier and Type Class Description class
CatalogMetaProvider
AMetaProvider
that provides its meta data based on (possibly generated) catalogs.class
DefaultMetaProvider
A default implementation of theMetaProvider
SPI, which provides meta data information based on the JDBCDatabaseMetaData
API.class
InformationSchemaMetaProvider
AMetaProvider
that provides its meta data based on JAXB-annotatedInformationSchema
meta information.class
SchemaMetaProvider
AMetaProvider
that provides its meta data based on (possibly generated) schemas.class
TableMetaProvider
AMetaProvider
that provides its meta data based on (possibly generated) schemas.Methods in org.jooq.impl that return MetaProvider Modifier and Type Method Description MetaProvider
DefaultConfiguration. metaProvider()
Methods in org.jooq.impl with parameters of type MetaProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(MetaProvider newMetaProvider)
Configuration
DefaultConfiguration. set(MetaProvider newMetaProvider)
void
DefaultConfiguration. setMetaProvider(MetaProvider newMetaProvider)
-
Uses of MetaProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return MetaProvider Modifier and Type Method Description MetaProvider
MockConfiguration. metaProvider()
Methods in org.jooq.tools.jdbc with parameters of type MetaProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(MetaProvider newMetaProvider)
Configuration
MockConfiguration. set(MetaProvider newMetaProvider)
-