26 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| =========
 | |
| 
 | |
| ## Spring with Hibernate 4 Example Project
 | |
| 
 | |
| ### Relevant Articles: 
 | |
| - [Guide to Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring)
 | |
| - [The DAO with Spring and Hibernate](http://www.baeldung.com/persistence-layer-with-spring-and-hibernate)
 | |
| - [Hibernate Pagination](http://www.baeldung.com/hibernate-pagination)
 | |
| - [Sorting with Hibernate](http://www.baeldung.com/hibernate-sort)
 | |
| - [Stored Procedures with Hibernate](http://www.baeldung.com/stored-procedures-with-hibernate-tutorial)
 | |
| - [Hibernate: save, persist, update, merge, saveOrUpdate](http://www.baeldung.com/hibernate-save-persist-update-merge-saveorupdate)
 | |
| - [Eager/Lazy Loading In Hibernate](http://www.baeldung.com/hibernate-lazy-eager-loading)
 | |
| - [Hibernate One to Many Annotation Tutorial](http://www.baeldung.com/hibernate-one-to-many)
 | |
| - [The DAO with Spring and Hibernate](http://www.baeldung.com/persistence-layer-with-spring-and-hibernate)
 | |
| 
 | |
| ### Quick Start
 | |
| 
 | |
| ```
 | |
| git clone git://github.com/eugenp/REST.git
 | |
| cd REST
 | |
| mvn install
 | |
| mvn cargo:run
 | |
| ```
 | |
| - **note**: starts on port `8082`
 | |
| 
 |