Create type-safe queries with JPA’s static metamodel

preview_player
Показать описание
Today I want to show you how you can use JPA’s metamodel to get rid of the String references in your persistence code.

If you like this video, please give me your thumbs up and share it with your friends and co-workers.

Like my channel? Subscribe!

Join the free Member Library:

Resources mentioned in this video:

Want to connect with me?
#JPA #Hibernate #Tutorial
Рекомендации по теме
Комментарии
Автор

Hello I learned a lot from your videos but I have a question. What is the best way to retrieve all authors with all their books but not the whole books (with ISBN, descritpion, etc...) but only with titles of these books. I want to achieve this using only one type-safe query.

wojciech_niemiec
Автор

Cannot invoke because \"attribute\" is null any Idea

ahmoahmic
Автор

how to fetch multiple collections, when using JPA ?

xsniper