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.
JDBC tooling.
-
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 aRecordUnmapper
instance.Methods in org.jooq with parameters of type RecordUnmapperModifier 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
Classes in org.jooq.impl that implement RecordUnmapperModifier and TypeClassDescriptionclass
DefaultRecordUnmapper<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 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
Methods in org.jooq.tools.jdbc with parameters of type RecordUnmapperModifier and TypeMethodDescriptionMockConfiguration.derive
(RecordUnmapper<?, ?> newRecordUnmapper) MockConfiguration.set
(RecordUnmapper<?, ?> newRecordUnmapper)