0
votes
0answers
304 views

Persisting objects containing primitive arrays with spring-data-mongodb

I'm using spring-data-mongodb version 1.1.1.RELEASE. I am able to persist an object if all the member variables are primitive types, even if the names of the @PersistenceConstructor arguments don't ...
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 ...