eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixes mapping on repository

otaviojava opened this issue · comments

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);