Skip to content

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.

License

Notifications You must be signed in to change notification settings

brinvex/brinvex-persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brinvex Persistence

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.0.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.

Requirements

Java 17 or above, Hibernate ORM 6.6 or above.

License

The Brinvex Persistence is released under version 2.0 of the Apache License.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published