Uses of Interface
org.jooq.MetaProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of MetaProvider in org.jooq
Modifier and TypeMethodDescription@NotNull MetaProvider
Configuration.metaProvider()
Get this configuration's underlying meta provider.Modifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(MetaProvider newMetaProvider) Create a derived configuration from this one, with a new meta provider.@NotNull Configuration
Configuration.set
(MetaProvider newMetaProvider) Change this configuration to hold a new meta provider. -
Uses of MetaProvider in org.jooq.impl
Modifier and TypeClassDescriptionclass
AMetaProvider
that provides its meta data based on (possibly generated) catalogs.class
A default implementation of theMetaProvider
SPI, which provides meta data information based on the JDBCDatabaseMetaData
API.class
AMetaProvider
that provides its meta data based on JAXB-annotatedInformationSchema
meta information.class
AMetaProvider
that provides its meta data based on (possibly generated) schemas.class
AMetaProvider
that provides its meta data based on (possibly generated) schemas.Modifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(MetaProvider newMetaProvider) final Configuration
DefaultConfiguration.set
(MetaProvider newMetaProvider) final void
DefaultConfiguration.setMetaProvider
(MetaProvider newMetaProvider) -
Uses of MetaProvider in org.jooq.tools.jdbc
Modifier and TypeMethodDescriptionMockConfiguration.derive
(MetaProvider newMetaProvider) MockConfiguration.set
(MetaProvider newMetaProvider)