Package org.jdbi.v3.postgres
Class UUIDArgumentFactory
java.lang.Object
org.jdbi.v3.core.argument.SetObjectArgumentFactory
org.jdbi.v3.postgres.UUIDArgumentFactory
- All Implemented Interfaces:
- ArgumentFactory,- ArgumentFactory.Preparable
Bind UUID arguments as an Object.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.jdbi.v3.core.argument.ArgumentFactoryArgumentFactory.Preparable
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jdbi.v3.core.argument.SetObjectArgumentFactoryforClasses, prepare, prePreparedTypesMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.argument.ArgumentFactory.Preparablebuild
- 
Constructor Details- 
UUIDArgumentFactorypublic UUIDArgumentFactory()
 
-