Skip to content

Commit 22dda8c

Browse files
Walter Gómezpivovarit
authored andcommitted
Fix/readme update (eugenp#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
1 parent fd8e872 commit 22dda8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core-java/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [Converting between a List and a Set in Java](http://www.baeldung.com/convert-list-to-set-and-set-to-list)
1212
- [Convert a Map to an Array, List or Set in Java](http://www.baeldung.com/convert-map-values-to-array-list-set)
1313
- [Java – Write to File](http://www.baeldung.com/java-write-to-file)
14+
- [Java - Convert File to InputStream] (http://www.baeldung.com/convert-file-to-input-stream)
1415
- [Java Scanner](http://www.baeldung.com/java-scanner)
1516
- [Java Timer](http://www.baeldung.com/java-timer-and-timertask)
1617
- [Java – Byte Array to Writer](http://www.baeldung.com/java-convert-byte-array-to-writer)

spring-hibernate4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [Eager/Lazy Loading In Hibernate](http://www.baeldung.com/hibernate-lazy-eager-loading)
1414
- [Hibernate Criteria Queries](http://www.baeldung.com/hibernate-criteria-queries)
1515
- [Hibernate One to Many Annotation Tutorial](http://www.baeldung.com/hibernate-one-to-many)
16+
- [Guide to @Immutable Annotation in Hibernate](http://www.baeldung.com/hibernate-immutable)
1617

1718
### Quick Start
1819

0 commit comments

Comments
 (0)