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'sPGIntervaltype to Java'sDuration.Type qualifying annotation forHSTOREdata type.An argument factory which binds Java'sMapto 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 forMACADDRdata type.Postgres argument factory for@MacAddr String.Postgres column mapper for@MacAddr String.Postgres version of argument factory forPeriod.A column mapper which maps Postgres'sPGIntervaltype to Java'sPeriod.Argument factory forPGobject.Column mapper forPGobject.Postgres plugin.Handler for PostgreSQL custom types.Defaultjdbibehavior is to bindEnumsubclasses as a string, which Postgres won't implicitly convert to an enum type.Bind UUID arguments as an Object.