#JPA

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 14

  • @wwhill8033
    @wwhill8033 6 лет назад +2

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

  • @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

    • @Thorben-Janssen
      @Thorben-Janssen  6 лет назад +1

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

  • @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.

    • @Thorben-Janssen
      @Thorben-Janssen  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.

  • @amitdubey1050
    @amitdubey1050 3 года назад

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

  • @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 :)