c350e8b423
* Fix to Unit tests for Hibernate one to many * Fixed Unit test for hibernate one to many mapping tutorial * Fixed Unit test for Hibernate one to many mapping tutorial * Fixed Unit test for Hibernate one to many mapping Tutorial * Fixed Unit Test for Hibernate one to many mapping Tutorial * Unit test for Hibernate One to many Tutorial |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
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
Quick Start
git clone git://github.com/eugenp/REST.git
cd REST
mvn install
mvn cargo:run
- note: starts on port
8082