jnosql
jnosql copied to clipboard
Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
## Goal The goal of this proposal is to write an extension to each API that allows integration with Reactive Streams API. Briefly, Reactive Stream is an initiative to provide...
…ribute is not primitive type. Currently the enclosed value is passed to the converter, what is good for the primitive types, but in a case of the entity a list...
This is only the first commit. This is an example of what it will look like `CriteriaQuery createQuery = subject.createQuery(Person.class); Root from = createQuery.from(); CriteriaFunction count = from.count(); FunctionQuery select...
These commits move to JEE9 and and MP Config 3, using the recent SmallRye Config releases to work with jakarta.*. In my checking, all tests pass and my current active...
Hi there, I am trying to integrate JNoSql Document abstraction but I have some problem with the spec itself I believe. - I want to do a simple query :...
Hello, I am interested in using jnosql Java classes as a jsonb ones to be directly used by JAX-RS endpoints. Both uses similar ways to provide additional types support (adapter...
I believe we should support polymorphism, at least in KeyValue and Document abstraction. If I have a MongoDB (or other schema less Document databases) Collection for Animals, I can store...
Even for an Eclipse project, using the Duke mascot seems inappropriate and should be changed. Either we replace the logo with something else or remove it for the time being....
Hi. Some other nosql database uses a cursor instead of an offset for the pagination. Could you add in the interface of the driver a method could accept a generic...
Since This Project is New and will be soon part of Jakarata EE. We should also add API which Supports Reactive Streams or Flow Api of Java 9. We already...