eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

Fixes mapping on repository #318

Closed otaviojava closed 1 year ago

otaviojava commented 1 year ago

Currentelly, Eclipse JNoSQL does not support the following scenario:

Assume a Person has an Address with a ZipCode. In that case, the method creates the x.address.zipCode property traversal.

List<Person> findByAddressZipCode(ZipCode zipCode);