malteseduck / spring-data-marklogic

An implementation of the Spring Data interfaces for the MarkLogic NoSQL database
Apache License 2.0
7 stars 9 forks source link

Nested repository query methods give NullPointerException #19

Closed malteseduck closed 7 years ago

malteseduck commented 7 years ago

In a nested entity, i.e.

{ pets: [ { name: 'Bubba' } ] }

it seems a method like

findByPetsName(String name) throws a NPE.