Hibernate: 6 Mappings to Avoid for High-Performance Applications

Поділитися
Вставка
  • Опубліковано 6 січ 2020
  • Hibernate provides lots of mapping features that allow you to map complex domain and table models. But the availability of these features doesn’t mean that you should use them in all of your applications. Some of them might be a great fit for smaller applications that are only used by a few users in parallel. But you should definitely not use them if you need to create a high-performance persistence layer.
    In this video, I will show you 6 mapping features that will slow down your persistence layer. And if you want to dive deeper into these topics, I recommend you to sign up for the Hibernate Performance Tuning Online Training.
    Posts mentioned:
    Entity Mappings: Introduction to JPA FetchTypes :
    thoughts-on-java.org/entity-m...
    Hibernate Tip: How to lazily load one-to-one associations : thoughts-on-java.org/hibernat...
    Ordering vs Sorting with Hibernate - What should you use? : thoughts-on-java.org/ordering...
    Hibernate Tips: Calculate entity attributes with @Formula : thoughts-on-java.org/hibernat...
    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/6-hibern...
    Want to connect with me?
    Blog: www.thoughts-on-java.org/
    Twitter: / thjanssen123
    Facebook: / thoughtsonjava
    Instagram: / thoughtsonjava
    #hibernate #mapping #PerformanceTuning
  • Наука та технологія

КОМЕНТАРІ • 8

  • @arghyamitra3281
    @arghyamitra3281 4 роки тому +2

    Great content 🙌 , can we have one video on Hibernate and Elastisearch

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

    Very useful information. Thank you!

  • @jayel8472
    @jayel8472 4 роки тому

    Thank you for this helpful content. :)

  •  4 роки тому

    Very helpful. Thank you very much!

  • @handogukan
    @handogukan 4 роки тому

    Thank you very much!

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

    good