Great information, Thanks. Also enjoyed your article in Java Magazine
@Thorben-Janssen6 жыл бұрын
Thanks
@UptownErik6 жыл бұрын
Hi Thorben! One addition to your videos that I would love would be if you provided the examples on github so I could pull it down and try it out for myself. Thanks for a great video
@Thorben-Janssen6 жыл бұрын
Thanks Erik. I used several of my existing projects for this video. You can find some of them here: github.com/thjanssen
@mayurd6 жыл бұрын
deja vu ! I remember seeing this one a few days ago, and now it shows to be very recently uploaded.
@Thorben-Janssen6 жыл бұрын
You're right, I uploaded it yesterday and had to remove it after a few minutes because it contained a mistake in one of the code samples. I fixed it and now published the fixed version
@ashrefdenden8366 жыл бұрын
Great video keep up the good work 😀
@Thorben-Janssen6 жыл бұрын
Thanks
@FrancoRob196 жыл бұрын
Excelent material!!! It helped me a lot.
@Thorben-Janssen6 жыл бұрын
Thanks
@dobromirbrezoev9854 жыл бұрын
Hello, can you please explain what is the difference between using fetch type Eager and LEFT JOIN FETCH ? Aren't they identical? They both load the collection immediately right? I don't get why we should prefer LEFT JOIN FETCH over fetch type Eager then.
@chinmaymule196 Жыл бұрын
Because sometimes you need them immediately, usually you don't
@dobromirbrezoev985 Жыл бұрын
@@chinmaymule196 Thanks mate, but two years later I already answered the question myself :)
@amitdubey10503 жыл бұрын
Still getting multiple query if any record in null am getting seprate query for that record