kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 62 forks source link

HstoreMap hibernate user type #31

Closed ilopmar closed 10 years ago

ilopmar commented 10 years ago

New hibernate user type to use real Map in domain classes instead of the @Hstore annotation that converts the type to HstoreDomainType.

The new documentation is still missing. I'm working on it.

ilopmar commented 10 years ago

Merged!