Package org.jdbi.v3.postgres
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 org.jdbi.v3.core.argument.ArgumentFactory
ArgumentFactory.Preparable - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.jdbi.v3.core.argument.AbstractArgumentFactory
build, prepare, prePreparedTypes 
- 
Constructor Details
- 
HStoreArgumentFactory
public HStoreArgumentFactory() 
 -