repository4hibernate

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.

License

License

Categories

Categories

Net Hibernate Data ORM
GroupId

GroupId

net.sf.r4h
ArtifactId

ArtifactId

repository4hibernate
Last Version

Last Version

4.3.6.Final
Release Date

Release Date

Type

Type

jar
Description

Description

repository4hibernate
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.
Project URL

Project URL

http://r4h.sf.net
Project Organization

Project Organization

Semochkin Vitaly Evgenevich
Source Code Management

Source Code Management

http://sourceforge.net/p/r4h/code/

Download repository4hibernate

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate/ -->
<dependency>
    <groupId>net.sf.r4h</groupId>
    <artifactId>repository4hibernate</artifactId>
    <version>4.3.6.Final</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate/
implementation 'net.sf.r4h:repository4hibernate:4.3.6.Final'
// https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate/
implementation ("net.sf.r4h:repository4hibernate:4.3.6.Final")
'net.sf.r4h:repository4hibernate:jar:4.3.6.Final'
<dependency org="net.sf.r4h" name="repository4hibernate" rev="4.3.6.Final">
  <artifact name="repository4hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.r4h', module='repository4hibernate', version='4.3.6.Final')
)
libraryDependencies += "net.sf.r4h" % "repository4hibernate" % "4.3.6.Final"
[net.sf.r4h/repository4hibernate "4.3.6.Final"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.9

Project Modules

  • repository4hibernate-api
  • repository4hibernate-shared

Versions

Version
4.3.6.Final
4.1.9.Final
4.1.8.Final
4.1.2