Uses of Class
org.jdbi.v3.postgres.HStore
-
Packages that use HStore 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 HStore in org.jdbi.v3.postgres
Classes in org.jdbi.v3.postgres with annotations of type HStore Modifier and Type Class Description classHStoreArgumentFactoryAn argument factory which binds Java'sMapto Postgres' hstore type.classHStoreColumnMapperA column mapper which maps Postgres' hstore type to Java'sMap.
-