JPA beyond copy paste by Jakub Kubrynski

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

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

  • @MrFedX
    @MrFedX Год назад

    Holy cow, this is a great talk! I've had so many questions about JPA the last couple of days and within an hour I feel so much confident. Thank you so much for doing this talk and publishing it on youtube.

  • @drdzdd
    @drdzdd 4 года назад +12

    You cant know those things unless you go through the 500 pages documentation of Hibernate

  • @MrMikomi
    @MrMikomi 4 года назад +2

    Worth persisting (no pun intended) with watching this. Knowing about this stuff is important.

  • @Unconvinient
    @Unconvinient 4 года назад +1

    Thank you . You are good teacher and good lexture

  • @twanus2657
    @twanus2657 3 года назад +1

    He reminds me of Borat sometimes :D Great success!

  • @ruixue6955
    @ruixue6955 5 лет назад +3

    Question: at 15:20 about the @ManyToMany, this lecturer only told the problem, but what is the solution? seems no solution for avoiding from creating two linking tables was given

    • @rniestroj
      @rniestroj 4 года назад +1

      You have to use @JoinTable

  • @evangelion2100
    @evangelion2100 5 лет назад +6

    Hmm...he starts talking about JPA but then in his examples he talks about Hibernate. I'm not sure, whether everything he talks about applies to JPA or it's an implementation behaviour of Hibernater.

    • @reallylordofnothing
      @reallylordofnothing 9 месяцев назад

      JPA uses hibernate under the hood. You could say JPA is an API layer over hibernate.

    • @hardcorecode
      @hardcorecode 7 месяцев назад

      @@reallylordofnothing No, Hibernate is the most popular implementation of the JPA specs! Eclipselink is a distant second!

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

    Sincere thanks..

  • @MsKostas7
    @MsKostas7 2 года назад

    the thing showed at 6:30 is not valid atm is it? i tried it in my local machine and did not update the price. I am new to JPA and trying to find a good resource to study.. If some of those things are obsolete could someone mention them?

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

    I use natural key for equals and hashCode not a uuid field.

  • @murunatan6661
    @murunatan6661 6 лет назад

    A Very Nice talk

  • @trandung3986
    @trandung3986 6 лет назад

    Thank you..