postgres plugin provides improved support for
java.time, hstore, uuid, and enum
types when configured with a recent Postgres database server.See: Description
| Class | Description |
|---|---|
| DurationArgumentFactory |
Postgres version of argument factory for
Duration. |
| DurationColumnMapperFactory |
A column mapper which maps Postgres's
PGInterval type to Java's Duration. |
| HStoreArgumentFactory |
An argument factory which binds Java's
Map to Postgres' hstore type. |
| HStoreColumnMapper |
A column mapper which maps Postgres' hstore type to Java's
Map. |
| InetArgumentFactory |
Postgres version of argument factory for
InetAddress. |
| JavaTimeArgumentFactory | |
| JavaTimeMapperFactory |
Provide mappers corresponding to java time types.
|
| PeriodArgumentFactory |
Postgres version of argument factory for
Period. |
| PeriodColumnMapperFactory |
A column mapper which maps Postgres's
PGInterval type to Java's Period. |
| PostgresPlugin |
Postgres plugin.
|
| TypedEnumArgumentFactory |
Default
jdbi behavior is to bind Enum subclasses as
a string, which Postgres won't implicitly convert to an enum type. |
| UUIDArgumentFactory |
Bind UUID arguments as an Object.
|
The postgres plugin provides improved support for
java.time, hstore, uuid, and enum
types when configured with a recent Postgres database server.
Copyright © 2018. All rights reserved.