Это видео недоступно.
Сожалеем об этом.

#15 Hibernate Tutorial | Caching

Поделиться
HTML-код
  • Опубликовано: 13 янв 2017
  • 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
    Check out our website: www.telusko.com
    Follow Telusko on Twitter: / navinreddy20
    Follow on Facebook:
    Telusko : / teluskolearnings
    Navin Reddy : / navintelusko
    Follow Navin Reddy on Instagram: / navinreddy20
    Subscribe to our other channel:
    Navin Reddy : / @navinreddy
    Telusko Hindi :
    / @teluskohindi
    Subscribe to the channel and learn Programming in easy way.
    Java Tutorial for Beginners : goo.gl/p10QfB
    Scala Tutorials for Java Developers : goo.gl/8H1aE5C
    Tutorial Playlist : goo.gl/8v92pu
    Android Tutorial for Beginners Playlist : goo.gl/MzlIUJ
    XML Tutorial : goo.gl/Eo79do
    Design Patterns in Java : goo.gl/Kd2MWE
    Socket Programming in Java : goo.gl/jlMEbg
    Spring MVC Tutorial : goo.gl/9ubbG2
    OpenShift Tutorial for Beginners : goo.gl/s58BQH
    Spring Framework with Maven : goo.gl/MaEluO
    Sql Tutorial for Beginners : goo.gl/x3PrTg
    String Handling in Java : goo.gl/zUdPwa
    Array in Java : goo.gl/uXTaUy
    Java Servlet : goo.gl/R5nHp8
    Exception Handling in Java : goo.gl/N4NbAW

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

  • @Trups9
    @Trups9 11 месяцев назад +1

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

  • @sanketkalokhe7400
    @sanketkalokhe7400 Год назад +1

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

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

    Manaspooorthi gaa Thank you Soooooo much Sir 🙏🙏🙏❤

  • @SrividyaNatarajan
    @SrividyaNatarajan 5 лет назад +4

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

  • @iiznis
    @iiznis 7 лет назад +1

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

  • @akhilreghunathan8645
    @akhilreghunathan8645 7 лет назад

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

  • @user-kc4yv5kt3j
    @user-kc4yv5kt3j Год назад

    Thanks a lot for your excellent knowledge sharing

  • @rajeshraj-he4cz
    @rajeshraj-he4cz 6 лет назад +7

    super what a explanation.

  • @srinus3005
    @srinus3005 7 лет назад +3

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

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

    This is a great explanation .... thank you

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

    You are awesome👏✊👍, clear explanation

  • @GuitaristVoyage
    @GuitaristVoyage 3 года назад +1

    Sir can u please create a video on Lru cache ?

  • @olahomori5561
    @olahomori5561 6 лет назад

    Very well explained.. thank you so much for this

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

    Excellent explanation

  • @LillEngineered
    @LillEngineered 7 лет назад +1

    Great explanation!

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

    Thanks for the video sir.

  • @utsavshrivastava9481
    @utsavshrivastava9481 6 лет назад

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

  • @aviderkar8514
    @aviderkar8514 6 лет назад

    awesome explanation

  • @yovomanolov96
    @yovomanolov96 7 лет назад

    You are the man ! Thank you !

  • @ranjithparuchuri7326
    @ranjithparuchuri7326 6 лет назад

    greatly explained!!

  • @Srini8174
    @Srini8174 7 лет назад

    nice explanation

  • @bhoomisbuzz
    @bhoomisbuzz 5 лет назад

    thank you sir
    superb

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

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

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

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

  • @TwinkleBell2011
    @TwinkleBell2011 7 лет назад

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

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

    Can we disable first level of cache ?

  • @iamchiranjeevin
    @iamchiranjeevin 6 лет назад

    thanks bro !

  • @sagarmeena0210
    @sagarmeena0210 5 лет назад

    nice

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

    👌👌👌

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

    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.

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

    Like.

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

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

  • @joordanyt
    @joordanyt 5 лет назад

    XML wtf?

  • @faizanvekariya597
    @faizanvekariya597 5 лет назад

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

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

    cachEEEE?? really? :D