#15 Hibernate Tutorial | Caching

preview_player
Показать описание
Hibernate is ORM i.e. Object relational mapping tool.
Hibernate caching decreases the number of database hits thereby reducing the time that will be consumed to serve the request.
we have 1st level caching which will be in the particular session i.e. every session will have its own first level cache and second level caching is used for multiple sessions to share data.

Hibernate is ORM i.e. Object relational mapping tool.
Hibernate does mapping between object world and relational world.

Trainer: Navin Reddy

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Subscribe to the channel and learn Programming in easy way.

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

Your explanation for every topic is so crisp and clear. I am learning a lot by watching your videos. Thanks :)

Trups
Автор

This guy is seriously genius man. Hands off 🙌🙌.very good explanation

sanketkalokhe
Автор

Lovely explanation.. This is exactly what I looked for. Thank you..will check the next ones!

SrividyaNatarajan
Автор

Wow now I know Hibernate, Thanks Telusko.... waiting for few more Hibernate videos

akhilreghunathan
Автор

Awesome explaination, you should do more Hibernate tuts like this. Thank you so so much!

iiznis
Автор

Very well explained.. thank you so much for this

olahomori
Автор

Manaspooorthi gaa Thank you much Sir 🙏🙏🙏❤

kirankumar
Автор

You are awesome👏✊👍, clear explanation

newkrizy
Автор

This is a great explanation .... thank you

Arshadee
Автор

sir please provide video for inheritace mapping and thanks for all video its really super work

utsavshrivastava
Автор

Thanks a lot for your excellent knowledge sharing

kcyvktj
Автор

wt if one session modifying the records and another session reading the same records, and committed ?

srinus
Автор

Thanks, can you also include source code or Practical implementation or add those links in your videos

TwinkleBell
Автор

Sir can u please create a video on Lru cache ?

GuitaristVoyage
Автор

if both level of Cache is enabled which will take precedence ?

yashkaushik
Автор

Why do you use welcome aliens? What does it means?

kamleshgorasiya
Автор

No one in the interview is going to ask what is first level cache. And if suppose we explain in this way, then they will be pretty sure that I don't know anything about caching because no one will use hibernate cache in this way in real applications.

sandeeps
Автор

explanation is not correct. hibernate knows nothing about "user" session, he knows only session in terms of connection to DB

RussiaGuitarPlaylist
Автор

First of all, Please clear the idea about what is caching and then go for how to implement it like EHCache.

faizanvekariya