Uses of Interface
org.jooq.MetaProvider
-
Packages that use MetaProvider Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.tools.jdbc This 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 MetaProviderConfiguration. metaProvider()Get this configuration's underlying meta provider.Methods in org.jooq with parameters of type MetaProvider Modifier and Type Method Description ConfigurationConfiguration. derive(MetaProvider newMetaProvider)Create a derived configuration from this one, with a new meta provider.ConfigurationConfiguration. 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 classCatalogMetaProviderAMetaProviderthat provides its meta data based on (possibly generated) catalogs.classDefaultMetaProviderA default implementation of theMetaProviderSPI, which provides meta data information based on the JDBCDatabaseMetaDataAPI.classInformationSchemaMetaProviderAMetaProviderthat provides its meta data based on JAXB-annotatedInformationSchemameta information.classSchemaMetaProviderAMetaProviderthat provides its meta data based on (possibly generated) schemas.classTableMetaProviderAMetaProviderthat provides its meta data based on (possibly generated) schemas.Methods in org.jooq.impl that return MetaProvider Modifier and Type Method Description MetaProviderDefaultConfiguration. metaProvider()Methods in org.jooq.impl with parameters of type MetaProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(MetaProvider newMetaProvider)ConfigurationDefaultConfiguration. set(MetaProvider newMetaProvider)voidDefaultConfiguration. 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 MetaProviderMockConfiguration. metaProvider()Methods in org.jooq.tools.jdbc with parameters of type MetaProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(MetaProvider newMetaProvider)ConfigurationMockConfiguration. set(MetaProvider newMetaProvider)
-