Uses of Interface
org.jooq.RecordUnmapper
-
Packages that use RecordUnmapper 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 RecordUnmapper in org.jooq
Methods in org.jooq that return RecordUnmapper Modifier and Type Method Description <E,R extends Record>
RecordUnmapper<E,R>RecordUnmapperProvider. provide(Class<? extends E> type, RecordType<R> recordType)
Provide aRecordUnmapper
instance.Methods in org.jooq with parameters of type RecordUnmapper Modifier and Type Method Description Configuration
Configuration. derive(RecordUnmapper<?,?> newRecordUnmapper)
Create a derived configuration from this one, with a new record unmapper.Configuration
Configuration. set(RecordUnmapper<?,?> newRecordUnmapper)
Change this configuration to hold a new record unmapper. -
Uses of RecordUnmapper in org.jooq.impl
Classes in org.jooq.impl that implement RecordUnmapper Modifier and Type Class Description class
DefaultRecordUnmapper<E,R extends Record>
A default implementation for unmapping a custom type to aRecord
.Methods in org.jooq.impl that return RecordUnmapper Modifier and Type Method Description <E,R extends Record>
RecordUnmapper<E,R>DefaultRecordUnmapperProvider. provide(Class<? extends E> type, RecordType<R> rowType)
Methods in org.jooq.impl with parameters of type RecordUnmapper Modifier and Type Method Description Configuration
DefaultConfiguration. derive(RecordUnmapper<?,?> newRecordUnmapper)
Configuration
DefaultConfiguration. set(RecordUnmapper<?,?> newRecordUnmapper)
void
DefaultConfiguration. setRecordUnmapper(RecordUnmapper<?,?> newRecordUnmapper)
-
Uses of RecordUnmapper in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc with parameters of type RecordUnmapper Modifier and Type Method Description Configuration
MockConfiguration. derive(RecordUnmapper<?,?> newRecordUnmapper)
Configuration
MockConfiguration. set(RecordUnmapper<?,?> newRecordUnmapper)
-