Skip to content

phstudy/jpa-converter-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpa-converter-sample Build Status

This project demos how to convert PostgreSQL hstore datatype to Java Map<String, String> object for different JPA Implementations, including Hibernate and EclipseLink.

This project was tested on

  • PostgreSQL 9.5.0-1
  • Hibernate 5.2.1.Final
  • EclipseLink 2.6.3

If your PostgreSQL does not have the hstore datatype, you can create the hstore datatype by the following sql command: CREATE EXTENSION hstore;

About

PostgreSQL hstore JPA 2.1 Converter Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages