Uses of Class
org.jdbi.v3.postgres.PostgresPlugin
Package
Description
The
postgres
plugin provides improved support for
java.time
, hstore
, uuid
, and enum
types when configured with a recent Postgres database server.-
Uses of PostgresPlugin in org.jdbi.v3.postgres
Modifier and TypeMethodDescriptionstatic PostgresPlugin
PostgresPlugin.noUnqualifiedHstoreBindings()
Do not install the legacy (unqualified) bindings forHStoreArgumentFactory
andHStoreColumnMapper
.