OrmNext легковесная, быстрая orm библиотека.
Весит всего 311 Кб.
Написана на чистой Java без использования сторонних библиотек
Технологии: Java.
Maven
Библиотека orm
<dependency>
<groupId>ru.saidgadjiev.ormnext</groupId>
<artifactId>ormnext-core</artifactId>
<version>1.16</version>
</dependency>
Модуль кеширования: https://github.com/saidgadjiev/ormnext-cache
<dependency>
<groupId>ru.saidgadjiev.ormnext</groupId>
<artifactId>ormnext-cache</artifactId>
<version>1.4</version>
</dependency>
Модуль поддержки: https://github.com/saidgadjiev/ormnext-support
<dependency>
<groupId>ru.saidgadjiev.ormnext</groupId>
<artifactId>ormnext-support</artifactId>
<version>1.9</version>
</dependency>