Package org.jdbi.v3.postgres
package org.jdbi.v3.postgres
The postgres
plugin provides improved support for
java.time
, hstore
, uuid
, and enum
types when configured with a recent Postgres database server.
-
ClassDescriptionPostgres version of argument factory for
Duration
.A column mapper which maps Postgres'sPGInterval
type to Java'sDuration
.Type qualifying annotation forHSTORE
data type.An argument factory which binds Java'sMap
to Postgres' hstore type.A column mapper which maps Postgres' hstore type to Java'sMap
.Postgres version of argument factory forInetAddress
.Provide mappers corresponding to java time types.Type qualifying annotation forMACADDR
data type.Postgres version of argument factory forPeriod
.A column mapper which maps Postgres'sPGInterval
type to Java'sPeriod
.Postgres plugin.Handler for PostgreSQL custom types.Defaultjdbi
behavior is to bindEnum
subclasses as a string, which Postgres won't implicitly convert to an enum type.Bind UUID arguments as an Object.