#JPA

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

ความคิดเห็น • 14

  • @UptownErik
    @UptownErik 6 ปีที่แล้ว +1

    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

    • @ThoughtsOnJava
      @ThoughtsOnJava  6 ปีที่แล้ว +1

      Thanks Erik. I used several of my existing projects for this video. You can find some of them here: github.com/thjanssen

  • @wwhill8033
    @wwhill8033 6 ปีที่แล้ว +2

    Great information, Thanks. Also enjoyed your article in Java Magazine

  • @ashrefdenden836
    @ashrefdenden836 6 ปีที่แล้ว +3

    Great video keep up the good work 😀

  • @mayurd
    @mayurd 6 ปีที่แล้ว

    deja vu !
    I remember seeing this one a few days ago, and now it shows to be very recently uploaded.

    • @ThoughtsOnJava
      @ThoughtsOnJava  6 ปีที่แล้ว +1

      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

  • @FrancoRob19
    @FrancoRob19 6 ปีที่แล้ว +2

    Excelent material!!! It helped me a lot.

  • @dobromirbrezoev985
    @dobromirbrezoev985 3 ปีที่แล้ว

    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.

    • @chinmaymule7218
      @chinmaymule7218 ปีที่แล้ว

      Because sometimes you need them immediately, usually you don't

    • @dobromirbrezoev985
      @dobromirbrezoev985 ปีที่แล้ว +2

      @@chinmaymule7218 Thanks mate, but two years later I already answered the question myself :)

  • @amitdubey1050
    @amitdubey1050 3 ปีที่แล้ว

    Still getting multiple query if any record in null am getting seprate query for that record