Package | Description |
---|---|
org.jdbi.v3.core.argument |
The
argument classes translate Java types into JDBC parameters. |
org.jdbi.v3.jodatime2 |
joda-time provides improved date and time types to pre-Java 8 applications. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
JavaTimeZoneIdArgumentFactory |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeArgumentFactory
Bind a
DateTime as a Timestamp . |
Modifier and Type | Class and Description |
---|---|
class |
DurationArgumentFactory
Postgres version of argument factory for
Duration . |
class |
HStoreArgumentFactory
An argument factory which binds Java's
Map to Postgres' hstore type. |
class |
InetArgumentFactory
Postgres version of argument factory for
InetAddress . |
class |
PeriodArgumentFactory
Postgres version of argument factory for
Period . |
class |
TypedEnumArgumentFactory
Default
jdbi behavior is to bind Enum subclasses as
a string, which Postgres won't implicitly convert to an enum type. |
Copyright © 2019. All rights reserved.