You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2019. It is now read-only.
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
)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
)
The text was updated successfully, but these errors were encountered: