Closed amoscatelli closed 2 years ago
Can one of the admins verify this patch?
This was autoclosed ... my fault ... I was fixing/moving the new API to the proper abstract (Document and not Column)
@otaviojava sorry at first the new API was inserted in the wrong API (Column) Now is in the correct one
@otaviojava what do you think about this ? How can I map the new functionalities to the old api ? How should I proceed ? Please help
@otaviojava I cleaned the code as you asked. No more extends Object and no more public modifier in interfaces.
I need the DocumentQuery builder to go further
Hey @amoscatelli, the code is on the master. Please, let me know if you need more help on it.
Once we merged it on extension, I'll close this one.
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.