Tagged Questions
1
vote
1answer
688 views
Hibernate/JPA/HSQL : How to create a Dialect mapping for User Type ARRAY
I have successfully created User Types with Postgres, and can read and write successfully.
@org.hibernate.annotations.Type(type = "com.xxx.datamodel.ext.FooType" )
@Column(name = "foo", nullable = ...