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