hibernate-postgres-jsonb
hibernate-postgres-jsonb copied to clipboard
A working implementation of JSONB support on a Java + Hibernate application.
I am stuck with few parameters in your document example. I am not able to use **String sql = "select d.documents from JSONBEntity d"; Query query = getEntityManager().createQuery(sql);** (com.fasterxml.jackson.databind.JsonMappingException: Can...
Hi, it would be cool if we could install through Maven deps
Hi Pires, I tried playing around with your hibernate-postgres-jsonb. I'm using Spring-JPA and I have a field like this. @TypeDef(name = "jsonb", typeClass = JSONBUserType.class, parameters = { @Parameter(name =...