Uses of Interface
org.jooq.UnwrapperProvider
-
Packages that use UnwrapperProvider 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 UnwrapperProvider in org.jooq
Methods in org.jooq that return UnwrapperProvider Modifier and Type Method Description UnwrapperProvider
Configuration. unwrapperProvider()
Get the configuredUnwrapperProvider
from this configuration.Methods in org.jooq with parameters of type UnwrapperProvider Modifier and Type Method Description Configuration
Configuration. derive(UnwrapperProvider newUnwrapperProvider)
Create a derived configuration from this one, with a new unwrapper provider.Configuration
Configuration. set(UnwrapperProvider newUnwrapperProvider)
Change this configuration to hold a new unwrapper provider. -
Uses of UnwrapperProvider in org.jooq.impl
Methods in org.jooq.impl that return UnwrapperProvider Modifier and Type Method Description UnwrapperProvider
DefaultConfiguration. unwrapperProvider()
Methods in org.jooq.impl with parameters of type UnwrapperProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(UnwrapperProvider newUnwrapperProvider)
Configuration
DefaultConfiguration. set(UnwrapperProvider newUnwrapperProvider)
void
DefaultConfiguration. setUnwrapperProvider(UnwrapperProvider newUnwrapperProvider)
-
Uses of UnwrapperProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return UnwrapperProvider Modifier and Type Method Description UnwrapperProvider
MockConfiguration. unwrapperProvider()
Methods in org.jooq.tools.jdbc with parameters of type UnwrapperProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(UnwrapperProvider newUnwrapperProvider)
Configuration
MockConfiguration. set(UnwrapperProvider newUnwrapperProvider)
-