MVN

net.sf.r4h : repository4hibernate-parent

Maven & Gradle

Apr 23, 2012

The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The a goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you will need in development of end user applications in ONE LINE OF CODE even for developers who are unfamiliar with Hibernate. We provide a well tested set of CRUD operations which were assembled in more than 4 years of refactoring of projects of our clients. Instead of writing same code over and over again we encourage you to try this API on your own project and see how many lines of code YOU can replace with JUST ONE LINE.

<dependency>
    <groupId>net.sf.r4h</groupId>
    <artifactId>repository4hibernate-parent</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.r4h : repository4hibernate-parent to add to Maven - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of net.sf.r4h : repository4hibernate-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
4.1.x
repository4hibernate-parent-4.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.r4h</groupId>
    <artifactId>repository4hibernate-parent</artifactId>
    <version>4.1.2</version>
</dependency>