Brinvex Persistence is a Java micro-library built on top of JPA/Hibernate,
designed to simplify the implementation of data access layer components while
remaining straightforward and focused on PostgreSQL and Microsoft SQL Server.
<properties>
<brinvex-persistence.version>1.1.0</brinvex-persistence.version>
</properties>
<repository>
<id>github-pubrepo-brinvex</id>
<name>Github Public Repository - Brinvex</name>
<url>https://github.com/brinvex/brinvex-pubrepo/raw/main/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<dependency>
<groupId>com.brinvex</groupId>
<artifactId>brinvex-persistence-api</artifactId>
<version>${brinvex-persistence.version}</version>
</dependency>
The library supports JPMS and exports the module named com.brinvex.persistence.
Java 25 or above, Hibernate ORM 7.1 or above.
The Brinvex Persistence is released under version 2.0 of the Apache License.