Advanced Queries: 11 JPA & Hibernate query hints every developer should know

preview_player
Показать описание
JPA and Hibernate support a set of hints which you can use to provide additional information to your persistence provider to influence the execution of a query. You can use them for lots of different things, like setting a timeout for your query, using an entity graph or defining the caching of a query result. I will show you the 11 most important ones in this video.

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.

Links:

If you like this video, please give me your thumbs up and share it with your friends and co-workers.

Like my channel? Subscribe!

Join the free Member Library:

Want to connect with me?

#JPA #hibernate #queryhints
Рекомендации по теме
Комментарии
Автор

your every vlog is really valuable. keep posting such good things.

SushilKumarBhaskar
Автор

good one for JPA & Hibernate query

SushilKumarBhaskar
Автор

How to add parallel hint like /*+ parallel(emp, 8)*/ to the JPQL query (NamedQuery not NativeNamedQuery)?. Remember that the hint must be inserted after the "select" keyword and not before it otherwise it is not picked up. Any suggession anyone??

adonisaseem
Автор

Would be great if we have a video tohow to upload files to DB

davidsalleyezonme