Uses of Class
org.jdbi.v3.core.argument.SetObjectArgumentFactory
-
Packages that use SetObjectArgumentFactory 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 SetObjectArgumentFactory in org.jdbi.v3.postgres
Subclasses of SetObjectArgumentFactory in org.jdbi.v3.postgres Modifier and Type Class Description classJavaTimeArgumentFactoryMapsLocalDate,LocalTime,LocalDateTime,OffsetDateTime.classUUIDArgumentFactoryBind UUID arguments as an Object.
-