Otávio Santana

Results 105 comments of Otávio Santana

@amoscatelli sorry, I did check the code again. It makes sense to keep on the core as you did. As soon, you create it to MongoDB we can merge both....

@amoscatelli congrats on the progress, but in the end, it should return a ```DocumentQuery``` Otherwise, it won't be compatible with what we have. You can use the ```DocumentCondition``` E.g.: the...

@amoscatelli The IDE is not to change the API, the API is perfect, only the implementation. It would amazing if the ``` CriteriaQuery``` returns the ```DocumentQuery```somehow. The main goal is...

@amoscatelli what do you think if we do a call? It will make our life easier? What do you think?

@amoscatelli please, send me an e-mail: [email protected] btw: you did a great job.

Hey @amoscatelli Sorry for the delay I've created the MongoDB extension and the interface to extend the particular behavior on MongoDB: https://github.com/eclipse/jnosql-mapping-extension/blob/master/mongodb-extension/src/main/java/org/eclipse/jnosql/mapping/mongodb/MongoDBTemplate.java The next step would be to move your...

It does: https://github.com/eclipse/jnosql/blob/master/pom.xml It extends from the Jakarta NoSQL do reduce the duplicated code. But JNoSQL has own parent.

Sorry for the huge delay. Right now, we have support for it using the same JPA style.

These features are excellent, we should have it, however, once that is for a specific database. We can put it as an extension for these databases.