6c062ca19e
* BAEL-212 Contains: 1. Hibernate Criteria Query Classes 2. Hibernate Criteria Query Test * Updating the config file and the HibernateUtil class * Hibernate Criteria Queries Example * Hibernate Fetching : Eager Loading vs Lazy Loading * Hibernate Criteria Query files * Hibernate Eager Loading and Lazy Loading Changes * Latest Changes on Fetching * Fetching Changes * Latest Changes * Latest Changes * Undoing the changes |
||
---|---|---|
.. | ||
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
Quick Start
git clone git://github.com/eugenp/REST.git
cd REST
mvn install
mvn cargo:run
- note: starts on port
8082