1
vote
0answers
60 views

Null pointer querying embedded objects in array

I am trying to do something trivial without success. I have the Profile pojo entity which contain an array of Items, each items contain itemId field and few more fields which are not relevant to the ...