Spring Data JPA supports various ways to retrieve data from your database. Some are very easy to use, like derived queries. Others provide great flexibility and enable you to read and transform the data in various ways, for example., custom queries. Native queries are the extreme of the 2nd category. They are your most flexible and most powerful option to read data.
Like my channel? Subscribe!
➜ http://bit.ly/2cUsid8
Join the free Member Library:
https://goo.gl/dtyIIC
Links mentioned:
Native Queries – How to call native SQL queries with JPA & Hibernate : https://thorben-janssen.com/jpa-nativ...
@Query in Spring Data JPA - The Ultimate Guide-: https://thorben-janssen.com/spring-da...
Composite Repositories – Extend your Spring Data JPA Repository- https://thorben-janssen.com/composite...
Derived Queries with Spring Data JPA – The Ultimate Guide: https://thorben-janssen.com/ultimate-...
Read the accompanying post: https://thorben-janssen.com/native-qu...
Want to connect with me?
Blog: https://thorben-janssen.com/
Twitter: / thjanssen123
Facebook: / thorbenjanssenofficial
Linkedin: / thorbenjanssen
#SpringDataJPA #NativeQuery #JPA #Hibernate