Is there a way to use PostgreSQL json/hstore with JdbcTemplate? esp query support. for eg: hstore: for Json Answer Although quite late for an answer (for the insert part), I hope it might be useful someone else: Take the key/value pairs in a HashMap: use one of the following way to insert them to PostgreSQL: 1) 2) 3) Set hstoreMap/jsonbObj