Uses of Interface
org.jooq.ConverterProvider
-
Packages that use ConverterProvider 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 ConverterProvider in org.jooq
Methods in org.jooq that return ConverterProvider Modifier and Type Method Description @NotNull ConverterProviderConfiguration. converterProvider()Get the configuredConverterProviderfrom this configuration.Methods in org.jooq with parameters of type ConverterProvider Modifier and Type Method Description @NotNull ConfigurationConfiguration. derive(ConverterProvider newConverterProvider)Create a derived configuration from this one, with new converter provider.@NotNull ConfigurationConfiguration. set(ConverterProvider newConverterProvider)Change this configuration to hold a new converter provider. -
Uses of ConverterProvider in org.jooq.impl
Classes in org.jooq.impl that implement ConverterProvider Modifier and Type Class Description classDefaultConverterProviderA default converter provider offering the functionality ofConvert.Methods in org.jooq.impl that return ConverterProvider Modifier and Type Method Description ConverterProviderDefaultConfiguration. converterProvider()Methods in org.jooq.impl with parameters of type ConverterProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(ConverterProvider newConverterProvider)ConfigurationDefaultConfiguration. set(ConverterProvider newConverterProvider) -
Uses of ConverterProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return ConverterProvider Modifier and Type Method Description ConverterProviderMockConfiguration. converterProvider()Methods in org.jooq.tools.jdbc with parameters of type ConverterProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(ConverterProvider newConverterProvider)ConfigurationMockConfiguration. set(ConverterProvider newConverterProvider)
-