Uses of Class
org.jdbi.v3.core.argument.AbstractArgumentFactory
Package
Description
The
argument
classes translate Java types into JDBC parameters.joda-time
provides improved date and time types to pre-Java 8 applications.
The
postgres
plugin provides improved support for
java.time
, hstore
, uuid
, and enum
types when configured with a recent Postgres database server.-
Uses of AbstractArgumentFactory in org.jdbi.v3.core.argument
Modifier and TypeClassDescriptionclass
AnArgumentFactory
for arguments that implementCharSequence
.class
-
Uses of AbstractArgumentFactory in org.jdbi.v3.jodatime2
-
Uses of AbstractArgumentFactory in org.jdbi.v3.postgres
Modifier and TypeClassDescriptionclass
Postgres version of argument factory forDuration
.class
An argument factory which binds Java'sMap
to Postgres' hstore type.class
Postgres version of argument factory forInetAddress
.class
Postgres version of argument factory forPeriod
.class
Defaultjdbi
behavior is to bindEnum
subclasses as a string, which Postgres won't implicitly convert to an enum type.