Otávio Santana

Results 88 comments of Otávio Santana

I've created this PR to add the no method following the Java API: https://github.com/eclipse-ee4j/nosql/pull/100

Sorry for the delay. For now, let's keep it. We'll work in parallel with the Jakarta Data: https://projects.eclipse.org/proposals/jakarta-data So, what we can do is create some utilitarian classes to cover...

How about improving the MongoDB extension? right now, we have new dependencies: https://github.com/eclipse/jnosql-mapping-extension/blob/master/jnosql-mongodb-extension/pom.xml What do you think if we move it as a dependency in build time?

Yeap, if we put those as an option it would be really nice.

I like it. Cassandra Mapper has a similar strategy with an annotation processor: https://docs.datastax.com/en/developer/java-driver/4.2/manual/mapper/config/

I like the `jnosql-metamodel-processor-extension`

Hey @hantsy I hope that you're okay. Once it is a particular behavior, I'll move it to an extension: https://github.com/eclipse/jnosql-mapping-extension/tree/main/jnosql-mongodb-extension The goal of the NoSQL API is to use the...

I ran this code, and it's fine. I believe, it's already fixed. ``` java DecimalFormatSymbols symbols = new DecimalFormatSymbols(); MonetaryAmountFormat fmt = MonetaryFormats.getAmountFormat ( AmountFormatQueryBuilder.of(Locale.US) .set(symbols) .build ()); CurrencyUnit currencyUnit...

@Rastusik I am not tested with Spring 4 yet.

I could use the Select builder: http://goo.gl/ghrWAc