Uses of Interface
org.jooq.MetaProvider
Packages that use 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
Methods in org.jooq that return MetaProviderModifier and TypeMethodDescription@NotNull MetaProvider
Configuration.metaProvider()
Get this configuration's underlying meta provider.Methods in org.jooq with parameters of type MetaProviderModifier 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
Classes in org.jooq.impl that implement MetaProviderModifier 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.Methods in org.jooq.impl that return MetaProviderMethods in org.jooq.impl with parameters of type MetaProviderModifier 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
Methods in org.jooq.tools.jdbc that return MetaProviderMethods in org.jooq.tools.jdbc with parameters of type MetaProviderModifier and TypeMethodDescriptionMockConfiguration.derive
(MetaProvider newMetaProvider) MockConfiguration.set
(MetaProvider newMetaProvider)