Uses of Interface
org.jooq.RecordUnmapper
Packages that use RecordUnmapper
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This 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 RecordUnmapperModifier and TypeMethodDescription<E,R extends Record>
@NotNull RecordUnmapper<E,R> RecordUnmapperProvider.provide(Class<? extends E> type, RecordType<R> recordType) Provide aRecordUnmapperinstance.Methods in org.jooq with parameters of type RecordUnmapperModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(RecordUnmapper<?, ?> newRecordUnmapper) Create a derived configuration from this one, with a new record unmapper.@NotNull 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 RecordUnmapperModifier and TypeClassDescriptionclassDefaultRecordUnmapper<E,R extends Record> A default implementation for unmapping a custom type to aRecord.Methods in org.jooq.impl that return RecordUnmapperModifier and TypeMethodDescriptionfinal <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 RecordUnmapperModifier and TypeMethodDescriptionfinal ConfigurationDefaultConfiguration.derive(RecordUnmapper<?, ?> newRecordUnmapper) final ConfigurationDefaultConfiguration.set(RecordUnmapper<?, ?> newRecordUnmapper) final voidDefaultConfiguration.setRecordUnmapper(RecordUnmapper<?, ?> newRecordUnmapper) -
Uses of RecordUnmapper in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc with parameters of type RecordUnmapperModifier and TypeMethodDescriptionMockConfiguration.derive(RecordUnmapper<?, ?> newRecordUnmapper) MockConfiguration.set(RecordUnmapper<?, ?> newRecordUnmapper)