Uses of Interface
org.jooq.ConverterProvider
-
Packages that use ConverterProvider 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 ConverterProvider in org.jooq
Methods in org.jooq that return ConverterProvider Modifier and Type Method Description ConverterProvider
Configuration. converterProvider()
Deprecated.- This API is still EXPERIMENTAL.Methods in org.jooq with parameters of type ConverterProvider Modifier and Type Method Description Configuration
Configuration. derive(ConverterProvider newConverterProvider)
Deprecated.- This API is still EXPERIMENTAL.Configuration
Configuration. set(ConverterProvider newConverterProvider)
Deprecated.- This API is still EXPERIMENTAL. -
Uses of ConverterProvider in org.jooq.impl
Classes in org.jooq.impl that implement ConverterProvider Modifier and Type Class Description class
DefaultConverterProvider
Deprecated.- This API is still EXPERIMENTAL.Methods in org.jooq.impl that return ConverterProvider Modifier and Type Method Description ConverterProvider
DefaultConfiguration. converterProvider()
Methods in org.jooq.impl with parameters of type ConverterProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(ConverterProvider newConverterProvider)
Configuration
DefaultConfiguration. 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 ConverterProvider
MockConfiguration. converterProvider()
Methods in org.jooq.tools.jdbc with parameters of type ConverterProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(ConverterProvider newConverterProvider)
Configuration
MockConfiguration. set(ConverterProvider newConverterProvider)
-