Class HStoreArgumentFactory
- All Implemented Interfaces:
ArgumentFactory, ArgumentFactory.Preparable
An argument factory which binds Java's
Map to Postgres' hstore type.-
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 AbstractArgumentFactory
build, prepare, prePreparedTypesModifier and TypeMethodDescriptionbuild(Type type, Object value, ConfigRegistry config) Returns anArgumentfor the given value if the factory supports it; empty otherwise.prepare(Type type, ConfigRegistry config) Deprecated, for removal: This API element is subject to removal in a future version.no longer used
-
Constructor Details
-
HStoreArgumentFactory
public HStoreArgumentFactory()
-