5 Hibernate Features You Should Use With Spring Data JPA
With Spring Data JPA, you can use more features than just the ones defined by the JPA specification. It acts as a layer on top of a persistence provider, e.g., Hibernate. This provider implements the JPA specification and provides a set of proprietary features. Due to this multi-layer architecture, you can use all standard JPA and Spring Data JPA features and all proprietary features provided by Hibernate.
Links mentioned:
Hibernate Logging Guide – Use the right config for development and production : https://thorben-janssen.com/hibernate-logging-guide/
Free Video Course: How to find n+1 select issues : https://thorben-janssen.com/free-n1_select_course/
Like my channel? Subscribe!
➜ http://bit.ly/2cUsid8
Join the free Member Library:
https://goo.gl/dtyIIC
Read the accompanying post: https://thorben-janssen.com/hibernate-features-with-spring-data-jpa/
Want to connect with me?
Blog: https://thorben-janssen.com/
Twitter: https://twitter.com/thjanssen123
Facebook: https://www.facebook.com/thorbenjanssenofficial
Linkedin: https://www.linkedin.com/in/thorbenjanssen
#Hibernate #HibernateFeatures #SpringDataJPA