Uses of Interface
org.jooq.RecordUnmapperProvider
-
Packages that use RecordUnmapperProvider 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 RecordUnmapperProvider in org.jooq
Methods in org.jooq that return RecordUnmapperProvider Modifier and Type Method Description RecordUnmapperProvider
Configuration. recordUnmapperProvider()
Get this configuration's underlying record unmapper provider.Methods in org.jooq with parameters of type RecordUnmapperProvider Modifier and Type Method Description Configuration
Configuration. derive(RecordUnmapperProvider newRecordUnmapperProvider)
Create a derived configuration from this one, with a new record unmapper provider.Configuration
Configuration. set(RecordUnmapperProvider newRecordUnmapperProvider)
Change this configuration to hold a new record unmapper provider. -
Uses of RecordUnmapperProvider in org.jooq.impl
Classes in org.jooq.impl that implement RecordUnmapperProvider Modifier and Type Class Description class
DefaultRecordUnmapperProvider
A defaultRecordUnmapperProvider
implementation, providing aDefaultRecordUnmapper
instance.Methods in org.jooq.impl that return RecordUnmapperProvider Modifier and Type Method Description RecordUnmapperProvider
DefaultConfiguration. recordUnmapperProvider()
Methods in org.jooq.impl with parameters of type RecordUnmapperProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(RecordUnmapperProvider newRecordUnmapperProvider)
Configuration
DefaultConfiguration. set(RecordUnmapperProvider newRecordUnmapperProvider)
void
DefaultConfiguration. setRecordUnmapperProvider(RecordUnmapperProvider newRecordUnmapperProvider)
-
Uses of RecordUnmapperProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return RecordUnmapperProvider Modifier and Type Method Description RecordUnmapperProvider
MockConfiguration. recordUnmapperProvider()
Methods in org.jooq.tools.jdbc with parameters of type RecordUnmapperProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(RecordUnmapperProvider newRecordUnmapperProvider)
Configuration
MockConfiguration. set(RecordUnmapperProvider newRecordUnmapperProvider)
-