Uses of Class
org.jdbi.v3.postgres.PostgresPlugin
-
Packages that use PostgresPlugin Package Description org.jdbi.v3.postgres Thepostgresplugin provides improved support forjava.time,hstore,uuid, andenumtypes when configured with a recent Postgres database server. -
-
Uses of PostgresPlugin in org.jdbi.v3.postgres
Methods in org.jdbi.v3.postgres that return PostgresPlugin Modifier and Type Method Description static PostgresPluginPostgresPlugin. noUnqualifiedHstoreBindings()Do not install the legacy (unqualified) bindings forHStoreArgumentFactoryandHStoreColumnMapper.
-