Class HStoreArgumentFactory

java.lang.Object
org.jdbi.v3.core.argument.AbstractArgumentFactory<Map>
org.jdbi.v3.postgres.HStoreArgumentFactory
All Implemented Interfaces:
org.jdbi.v3.core.argument.ArgumentFactory, org.jdbi.v3.core.argument.ArgumentFactory.Preparable

public class HStoreArgumentFactory extends org.jdbi.v3.core.argument.AbstractArgumentFactory<Map>
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

    org.jdbi.v3.core.argument.ArgumentFactory.Preparable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.jdbi.v3.core.argument.AbstractArgumentFactory

    build, prepare, prePreparedTypes

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HStoreArgumentFactory

      public HStoreArgumentFactory()