Uses of Interface
org.jooq.RecordUnmapper
-
Packages that use RecordUnmapper Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbcpackage 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 aRecordUnmapperinstance.Methods in org.jooq with parameters of type RecordUnmapper Modifier and Type Method Description ConfigurationConfiguration. derive(RecordUnmapper<?,?> newRecordUnmapper)Create a derived configuration from this one, with a new record unmapper.ConfigurationConfiguration. 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 classDefaultRecordUnmapper<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 ConfigurationDefaultConfiguration. derive(RecordUnmapper<?,?> newRecordUnmapper)ConfigurationDefaultConfiguration. set(RecordUnmapper<?,?> newRecordUnmapper)voidDefaultConfiguration. 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 ConfigurationMockConfiguration. derive(RecordUnmapper<?,?> newRecordUnmapper)ConfigurationMockConfiguration. set(RecordUnmapper<?,?> newRecordUnmapper)
-