An ORM library based on Hibernate to be used in Minecraft plugins and extensions.
repositories {
maven { url "https://repo.jorisg.com/snapshots" }
}
dependencies {
implementation 'com.guflimc.brick.orm:common:+'
}
Check the javadocs
Extend HibernateDatabaseContext
and add the entity classes.