Uses of Package
org.jdbi.v3.core.codec
Packages that use org.jdbi.v3.core.codec
Package
Description
Bidirectional mapping between Java types and database columns.
The
config classes define a configuration registry starting from
each Jdbi instance.
Provides codec implementations for some Guava types.
Google Guice integration.-
Classes in org.jdbi.v3.core.codec used by org.jdbi.v3.core.codecClassDescriptionA 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. -
Classes in org.jdbi.v3.core.codec used by org.jdbi.v3.core.configClassDescriptionCodecFactory provides column mappers and arguments for bidirectional mapping types to database columns.
-
Classes in org.jdbi.v3.core.codec used by org.jdbi.v3.guava.codecClassDescriptionA 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. -
Classes in org.jdbi.v3.core.codec used by org.jdbi.v3.guiceClassDescriptionA Codec provides a convenient way for a bidirectional mapping of an attribute to a database column.