jakartaee / nosql

The specification in Jakarta EE to help Jakarta EE developers create enterprise-grade applications using Java® and NoSQL technologies.
https://projects.eclipse.org/projects/ee4j.nosql
Eclipse Public License 2.0
92 stars 28 forks source link

Document CriteriaQuery API #89

Closed amoscatelli closed 2 years ago

amoscatelli commented 2 years ago

As described in https://github.com/eclipse/jnosql/issues/263

I selected a first subset of JPA functionalities (the ones regarding the CriteriaQuery API). This will allow a JPA style hierarchical and strongly typed query system based on predicates on Entity Metadata

UpdateQuery and DeleteQuery will be released in other pull requests.