Uses of Interface
org.jooq.Unwrapper
- 
Packages that use Unwrapper 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 Unwrapper in org.jooqMethods in org.jooq that return Unwrapper Modifier and Type Method Description @NotNull UnwrapperUnwrapperProvider. provide()Provide an unwrapper for JDBC types.Methods in org.jooq with parameters of type Unwrapper Modifier and Type Method Description @NotNull ConfigurationConfiguration. derive(Unwrapper newUnwrapper)Create a derived configuration from this one, with a new unwrapper.@NotNull ConfigurationConfiguration. set(Unwrapper newUnwrapper)Change this configuration to hold a new unwrapper.
- 
Uses of Unwrapper in org.jooq.implMethods in org.jooq.impl with parameters of type Unwrapper Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(Unwrapper newUnwrapper)ConfigurationDefaultConfiguration. set(Unwrapper newUnwrapper)voidDefaultConfiguration. setUnwrapper(Unwrapper newUnwrapper)
- 
Uses of Unwrapper in org.jooq.tools.jdbcMethods in org.jooq.tools.jdbc with parameters of type Unwrapper Modifier and Type Method Description ConfigurationMockConfiguration. derive(Unwrapper newUnwrapper)ConfigurationMockConfiguration. set(Unwrapper newUnwrapper)
 
-