5 JPA Features That Are Easier To Use with Spring Data JPA

Поделиться
HTML-код
  • Опубликовано: 30 июл 2024
  • In this video I will talk about 5 JPA features that are much easier to use with Spring Data JPA.
    But before we start, if this is your first time here, and you want to learn how to create your entity mappings with ease, build incredible efficient persistence layers with Hibernate and all types of other Java persistence related stuff, start now by subscribing and clicking the bell, so you don't miss anything.
    Ease of use is one of the most often stated benefits of Spring Data JPA over plain JPA. And as long as your persistence code doesn’t get complex and you follow a few simple rules, I agree with that.
    Spring Data JPA not only integrates JPA in your Spring stack, but it also makes using several features much easier. Here are 5 examples that are used in most applications.
    Ultimate guide to derived queries with Spring Data JPA : thoughts-on-java.org/ultimate...
    If you like this video, please give me your thumbs up and share it with your friends and co-workers.
    Like my channel? Subscribe!
    ➜ bit.ly/2cUsid8
    Join the free Member Library:
    goo.gl/dtyIIC
    Read the accompanying post: thoughts-on-java.org/jpa-feat...
    Want to connect with me?
    Blog: www.thoughts-on-java.org/
    Twitter: / thjanssen123
    Facebook: / thoughtsonjava
    #JPA #spring #JPQL
  • НаукаНаука

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

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

    Big fan Sir

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

    Awesome

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

    Can you please provide an Pagenation example in hibernate with Spring Page implementation