* Add project for hibernate immutable article Add Event entity Add hibernate configuration file Add hibernateutil for configuration Add test to match snippets from article * Create README.md * Update README.md * Migrate hibernate-immutable to spring-hibernate-4 Include integration test Add immutable.cfg.xml Include util for configuration * Remove project for hibernate-immutable
=========
Spring with Hibernate 4 Example Project
Relevant Articles:
- Hibernate 4 with Spring
- The DAO with Spring 3 and Hibernate
- Hibernate Pagination
- Sorting with Hibernate
- Auditing with JPA, Hibernate, and Spring Data JPA
- Stored Procedures with Hibernate
- Hibernate: save, persist, update, merge, saveOrUpdate
- Eager/Lazy Loading In Hibernate
- Hibernate Criteria Queries
- Hibernate One to Many Annotation Tutorial
Quick Start
git clone git://github.com/eugenp/REST.git
cd REST
mvn install
mvn cargo:run
- note: starts on port
8082