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.
|
| PostgresTypes |
Handler for PostgreSQL custom types.
|
| 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.
|
| Annotation Type | Description |
|---|---|
| HStore |
Type qualifying annotation for
HSTORE data type. |
| MacAddr |
Type qualifying annotation for
MACADDR data type. |
The postgres plugin provides improved support for
java.time, hstore, uuid, and enum
types when configured with a recent Postgres database server.
Copyright © 2019. All rights reserved.