DOC

net.sf.r4h : repository4hibernate

Maven & Gradle

Apr 19, 2014

The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you 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.

Table Of Contents

Latest Version

Download net.sf.r4h : repository4hibernate Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.r4h : repository4hibernate Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.3.x
4.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file repository4hibernate-4.3.6.Final-javadoc.jar to repository4hibernate-4.3.6.Final-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder repository4hibernate-4.3.6.Final-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "repository4hibernate-4.3.6.Final-sources.jar" -d "repository4hibernate-4.3.6.Final-javadoc" -subpackages