Spring Data JPA from 0-100 in 60 minutes

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

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

  • @jamilxt
    @jamilxt 3 года назад +14

    03:56 Spring Data JPA build on JPA
    19:16 What does Spring Data JPA do for you?
    - 20:01 CRUD
    - 22:47 Query Derivation
    - 27:38 Pagination
    - 31:12 Projections
    35:36 Conversions
    - 36:33 Query By Example
    - 39:37 Specifications
    - 42:12 Querydsl Support
    44:33 What is Spring Data JDBC?
    45:29 What if something breaks?

  • @bhaaratsharma6023
    @bhaaratsharma6023 4 года назад +4

    The talk is soo good that it reveals the ugly sides of Spring Data JPA. It introduces so many new concepts that have their own learning curve. We decided to stick with Spring Data JPA for the design and use the good old enitytmanager for jpa queries.

  • @Anbu_Sampath
    @Anbu_Sampath 5 лет назад +12

    This is just gold. This is all you need to know about JPA and Spring Data JPA.

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

    i wish all talks were like this

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

    Entities will be loaded and they will be in a persistence context (First level cache). These can be manipulated without hitting the DB. When the transaction ends, JPA makes sure all the changes are flushed to DB.

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

    That was a really good talk. Thanks

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

    Genial video, entendí que se puede hacer y que no y como hacerlo mejor.
    Gracias

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

    Is that Seek Method pagination? Paging by the offset on criteria rather than index which is represented by an ordinal numbers.

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

    Great talk!

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

    can anyone explain me at 40:48 mins in that video

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

    I know Symfony framework and switching to Spring is fairly simple. I think both are inspired by the same architecture.

    • @洪豐雄
      @洪豐雄 3 года назад +1

      Spring is application of POJO model, which is like Clean Architecture :))

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

    Awesome

  • @sombhattacharyya7138
    @sombhattacharyya7138 5 лет назад +1

    Excellent Talk this !

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

    Thank you so much!

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

    bald german with earring. i never saw that before

  • @mrnuke1
    @mrnuke1 5 лет назад +7

    First 20 mins spent to convince that you dont know JPA. Other 40 mins speaker explains to himself what does he know about JPA. Absolutely not for beginners