Uses of Interface
org.jooq.RecordUnmapper
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of RecordUnmapper in org.jooq
Modifier and TypeMethodDescription<E,
R extends Record>
@NotNull RecordUnmapper<E,R> RecordUnmapperProvider.provide
(Class<? extends E> type, RecordType<R> recordType) Provide aRecordUnmapper
instance.Modifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(RecordUnmapper<?, ?> newRecordUnmapper) Create a derived configuration from this one, with a new record unmapper.@NotNull Configuration
Configuration.set
(RecordUnmapper<?, ?> newRecordUnmapper) Change this configuration to hold a new record unmapper. -
Uses of RecordUnmapper in org.jooq.impl
Modifier and TypeClassDescriptionclass
DefaultRecordUnmapper<E,
R extends Record> A default implementation for unmapping a custom type to aRecord
.Modifier and TypeMethodDescriptionfinal <E,
R extends Record>
RecordUnmapper<E,R> DefaultRecordUnmapperProvider.provide
(Class<? extends E> type, RecordType<R> rowType) Modifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(RecordUnmapper<?, ?> newRecordUnmapper) final Configuration
DefaultConfiguration.set
(RecordUnmapper<?, ?> newRecordUnmapper) final void
DefaultConfiguration.setRecordUnmapper
(RecordUnmapper<?, ?> newRecordUnmapper) -
Uses of RecordUnmapper in org.jooq.tools.jdbc
Modifier and TypeMethodDescriptionMockConfiguration.derive
(RecordUnmapper<?, ?> newRecordUnmapper) MockConfiguration.set
(RecordUnmapper<?, ?> newRecordUnmapper)