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 Summary
Nested classes/interfaces inherited from interface ArgumentFactory
ArgumentFactory.PreparableModifier and TypeInterfaceDescriptionstatic interfaceArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SetObjectArgumentFactory
forClasses, prepare, prePreparedTypesModifier and TypeMethodDescriptionstatic ArgumentFactoryforClasses(Map<Class<?>, Integer> types) Creates a newArgumentFactorythat maps objects toTypesvalues.prepare(Type type, ConfigRegistry config) Collection<? extends Type> Deprecated, for removal: This API element is subject to removal in a future version.no longer usedMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ArgumentFactory.Preparable
build
-
Constructor Details
-
UUIDArgumentFactory
public UUIDArgumentFactory()
-