hibernate-postgres-jsonb icon indicating copy to clipboard operation
hibernate-postgres-jsonb copied to clipboard

Not able to execute Native queries on documents(jsonb) column.

Open jiveshrelhan opened this issue 9 years ago • 0 comments

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 )

jiveshrelhan avatar Feb 15 '16 07:02 jiveshrelhan