Uses of Interface
org.jooq.UnwrapperProvider
-
Packages that use UnwrapperProvider 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 UnwrapperProvider in org.jooq
Methods in org.jooq that return UnwrapperProvider Modifier and Type Method Description @NotNull UnwrapperProviderConfiguration. unwrapperProvider()Get the configuredUnwrapperProviderfrom this configuration.Methods in org.jooq with parameters of type UnwrapperProvider Modifier and Type Method Description @NotNull ConfigurationConfiguration. derive(UnwrapperProvider newUnwrapperProvider)Create a derived configuration from this one, with a new unwrapper provider.@NotNull ConfigurationConfiguration. 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 UnwrapperProviderDefaultConfiguration. unwrapperProvider()Methods in org.jooq.impl with parameters of type UnwrapperProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(UnwrapperProvider newUnwrapperProvider)ConfigurationDefaultConfiguration. set(UnwrapperProvider newUnwrapperProvider)voidDefaultConfiguration. 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 UnwrapperProviderMockConfiguration. unwrapperProvider()Methods in org.jooq.tools.jdbc with parameters of type UnwrapperProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(UnwrapperProvider newUnwrapperProvider)ConfigurationMockConfiguration. set(UnwrapperProvider newUnwrapperProvider)
-