Uses of Class
org.jdbi.v3.core.argument.AbstractArgumentFactory
Packages that use 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.
The
sqlite plugin provides improved support for
java.net.URL.-
Uses of AbstractArgumentFactory in org.jdbi.v3.core.argument
Subclasses of AbstractArgumentFactory in org.jdbi.v3.core.argumentModifier and TypeClassDescriptionclassAnArgumentFactoryfor arguments that implementCharSequence.class(package private) classArgument factory for@NVarchar Stringqualified type. -
Uses of AbstractArgumentFactory in org.jdbi.v3.jodatime2
Subclasses of AbstractArgumentFactory in org.jdbi.v3.jodatime2 -
Uses of AbstractArgumentFactory in org.jdbi.v3.postgres
Subclasses of AbstractArgumentFactory in org.jdbi.v3.postgresModifier and TypeClassDescription(package private) class(package private) classclassPostgres version of argument factory forDuration.classAn argument factory which binds Java'sMapto Postgres' hstore type.classPostgres version of argument factory forInetAddress.(package private) class(package private) classPostgres argument factory for@MacAddr String.classPostgres version of argument factory forPeriod.(package private) classArgument factory forPGobject.classDefaultjdbibehavior is to bindEnumsubclasses as a string, which Postgres won't implicitly convert to an enum type. -
Uses of AbstractArgumentFactory in org.jdbi.v3.sqlite3
Subclasses of AbstractArgumentFactory in org.jdbi.v3.sqlite3Modifier and TypeClassDescription(package private) classBuild URL objects as strings.