JPA beyond copy paste by Jakub Kubrynski

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

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

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

    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.

  • @MrMikomi
    @MrMikomi 5 лет назад +2

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

  • @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 5 лет назад +1

      You have to use @JoinTable

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

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

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

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

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

    Sincere thanks..

  • @evangelion2100
    @evangelion2100 6 лет назад +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 Год назад

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

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

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

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

    A Very Nice talk

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

    Thank you..

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

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