Package org.jdbi.v3.core.codec
package org.jdbi.v3.core.codec
Bidirectional mapping between Java types and database columns.
A Codec combines a
ColumnMapper and an
Argument mapping function.
The CodecFactory manages codec
registration and lookup.
-
ClassDescriptionCodec<T>A Codec provides a convenient way for a bidirectional mapping of an attribute to a database column.CodecFactory provides column mappers and arguments for bidirectional mapping types to database columns.Fluent Builder for
CodecFactory.