Fix/readme update (#1602)

* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article

* Update Readme for core-java and spring-hibernate4

* Updating repo
This commit is contained in:
Walter Gómez
2017-04-07 00:09:53 -06:00
committed by Grzegorz Piwowarek
parent fd8e872feb
commit 22dda8c2be
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
- [Eager/Lazy Loading In Hibernate](http://www.baeldung.com/hibernate-lazy-eager-loading)
- [Hibernate Criteria Queries](http://www.baeldung.com/hibernate-criteria-queries)
- [Hibernate One to Many Annotation Tutorial](http://www.baeldung.com/hibernate-one-to-many)
- [Guide to @Immutable Annotation in Hibernate](http://www.baeldung.com/hibernate-immutable)
### Quick Start