Otávio Santana
Otávio Santana
Nice, we in Eclipse JNoSQL are working to make support to Aranbodb also: http://www.jnosql.org/
The project still in development, however, both the API is pretty stable, and we seek to success case. We already have some, yet, none with ArangoDB. The target of this...
Hello @amoscatelli Thank you for the suggestion. That sounds like an amazing idea. I'll put it as an enhancement to release after the 1.0.0 release. Right now, we're closing the...
Yeap, or maybe use the Jakarta commons annotation instead: - https://jakarta.ee/specifications/platform/9/apidocs/jakarta/annotation/postconstruct - https://jakarta.ee/specifications/platform/9/apidocs/jakarta/annotation/predestroy
@keilw I'm waiting for more vendors with Jakarta EE 10/Microprofile 5.0 support to merge it. Yeap, we can keep it.
Hey @hantsy We can already do it: ```java @Entity public class OlympusGod { @Id private Long id; @Column private String name; @Column private Set powers; } ``` You can also...
Ref: https://www.eclipse.org/lists/nosql-dev/msg00159.html
We won't work on it for a while, so I'll close until we return this work.
We have this in mind. We also have this on the implementation: https://github.com/eclipse/jnosql/tree/main/jnosql-mapping/jnosql-mapping-reactive We're using the Jakarta Reactive. We still waiting for the decision about the relationship between Jakarta and...
We have the negate [negate](https://www.jnosql.org/javadoc/jakarta/nosql/document/DocumentCondition.html#negate()) method to Not operator.