Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phstudy/jpa-converter-sample
PostgreSQL hstore JPA 2.1 Converter Sample
https://github.com/phstudy/jpa-converter-sample
Last synced: 2 months ago
JSON representation
PostgreSQL hstore JPA 2.1 Converter Sample
- Host: GitHub
- URL: https://github.com/phstudy/jpa-converter-sample
- Owner: phstudy
- Created: 2014-03-06T19:59:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T10:13:26.000Z (over 8 years ago)
- Last Synced: 2023-03-29T04:04:22.257Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jpa-converter-sample [![Build Status](https://travis-ci.org/phstudy/jpa-converter-sample.svg?branch=master)](https://travis-ci.org/phstudy/jpa-converter-sample)
=========This project demos how to convert PostgreSQL ```hstore``` datatype to Java ```Map``` 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.3If your PostgreSQL does not have the ```hstore``` datatype, you can create the ```hstore``` datatype by the following sql command: ```CREATE EXTENSION hstore;```