hibernate-postgres-jsonb
hibernate-postgres-jsonb copied to clipboard
Not able to execute Native queries on documents(jsonb) column.
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 not deserialize instance of com.github.pires.example.model.JSONBEntity out of START_ARRAY token )