Skip to content

Commit dec6e3d

Browse files
Update README.md
1 parent 3cea48f commit dec6e3d

File tree

1 file changed

+6
-0
lines changed
  • HibernateSpringBootElementCollectionJoinFetch

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
**[How To JOIN FETCH an @ElementCollection](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootElementCollectionJoinFetch)**
12

3+
**Description:** This application is an example applying `JOIN FETCH` to fetch an `@ElementCollection`.
4+
5+
**Key points:**\
6+
- by default, `@ElementCollection` is loaded lazy, keep it lazy\
7+
- use `JOIN FETCH` in the repository

0 commit comments

Comments
 (0)