At present, the only one problem of this ORM framework is that the Java API is not elegant enough. The next version will provide kotlin-specific API, please wait for a while.
Jimmer has achieved the following two goals
- More powerful than other ORM frameworks
- Faster than other ORM frameworks
Regarding the first point, it is difficult to explain in the limited space. Users must read all the contents of the documentation before they can understand it.
However, regarding the second point, one benchmark picture can tell everything.
- The abscissa represents the count of data objects queried from the database.
- The ordinate represents the operation count per second.
If you want to view full benchmark report, click here please.
If you want to run the benchmark, run this project please.