Implementing the persistence tier with Hibernate is easy. You just need to add a few annotations to map a database table.
Getting a good performance out of it requires more knowledge. But don’t worry, the most common reasons for performance issues are not that difficult to fix. I will show you 7 Tips that will help you to speed up your persistence tier in this video.
Join the free Member Library and download a cheat sheet with the tips of this video: https://goo.gl/dfqr6n
Links mentioned in the video:
Mini course - Find and fix n+1 select issues: https://goo.gl/DLdZwd
How to call native SQL queries with JPA and Hibernate:
https://www.youtube.com/watch?v=W0-3H4_luOA
Read the accompanying post: https://www.thoughts-on-java.org/tips-to-boost-your-hibernate-performance/
Learn more about Hibernate performance tuning in my online training: https://goo.gl/eZGyZK
Like my channel? Subscribe!
➜ http://bit.ly/2cUsid8
Want to connect with me?
Blog: http://www.thoughts-on-java.org/
Twitter: https://twitter.com/thjanssen123
Facebook: https://www.facebook.com/thoughtsonjava
#Hibernate #JPA #Performance #Tuning