About 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 Modules

This project has declared the following modules:

Name Description
repository4hibernate-api Provides HibernateRepostiry class that allows to build most of CRUD operations a typical UI application needs with 1 line of code.
repository4hibernate-shared Provides Restrictions and Order classes which are used as parameters for HibernateRepository methods. The reason this jar artifact is separted is to allow GWT/EclipseRCP and other client platforms to store information needed for requests to HibernateRepository on client site without need to have HibernateRepository or Hibernate it self on the client.