Building Fast and Scalable Persistence Layers with Spring Data JPA

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 10

  • @deeepsh-verma
    @deeepsh-verma 3 роки тому +1

    Wish I had found this earlier. A lot of things learned the hard way. Great session!

  • @TheKritiks
    @TheKritiks 3 роки тому +1

    Amazing presentation from Thorben.

  • @carnelyve866
    @carnelyve866 3 роки тому

    Excellent. Even as a veteran, all I can say is: very much appreciated.

  • @curtain300
    @curtain300 Рік тому

    Wow. Thanks for the amazing session.

  • @Kysen10
    @Kysen10 2 роки тому

    Incredible video, so many optimisations i cant wait to implement

  • @przemekmachura6318
    @przemekmachura6318 2 роки тому +2

    The best proof that all these ORMs are not great tools is how many times in presentation we heard
    "it is not what we expected"
    :)

  • @skids-dk3wr
    @skids-dk3wr 3 роки тому

    Great session! Thank you for your presentation

  • @pavelscherbakov9414
    @pavelscherbakov9414 3 роки тому

    Thank you so much! A lot of themes and advices!

  • @dhirajnavale3861
    @dhirajnavale3861 3 роки тому

    Great session. Just one question why don't you upload the code?

  • @Steklopod
    @Steklopod 3 роки тому

    For kotlin (to disable eager fetch) in build.gradle.kts:
    allOpen {
    annotations("javax.persistence.Entity", "javax.persistence.MappedSuperclass","javax.persistence.Embeddable")
    }