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
Now in 7.X basedocument is flattened in returned basedocument and I have to retrieve att3 as below whereas i was expecting it to work as before matching my arango document structure
(String) (baseDocument.getAttribute("att3"))
The text was updated successfully, but these errors were encountered:
I have document as below
I am passing type as BaseDocument.class in arango query
Earlier in 6.x . retrieving att3 was done as below
Now in 7.X basedocument is flattened in returned basedocument and I have to retrieve att3 as below whereas i was expecting it to work as before matching my arango document structure
The text was updated successfully, but these errors were encountered: