Hibernate Query API

preview_player
Показать описание
When working with Hibernate, you can choose between multiple APIs to query data from your database. Some of them are very flexible and provide almost unlimited options to filter and transform your query results. Others are specifically designed to implement specific tasks as easily and quickly as possible.

In this video, I will show you 6 different query mechanisms supported by Hibernate. 3 of them are flexible, and 3 are specialized for a specific use case. If you’re using a different JPA implementation, you should at least read about the 3 flexible and the 1st specialized options. These are defined by the JPA specification and supported by every compliant implementation.

Links mentioned:

Result Set Mapping Series:-

Like my channel? Subscribe!

Join the free Member Library:

Want to connect with me?

#Hibernate #JPA #QueryAPI
Рекомендации по теме
Комментарии
Автор

awesome content, excellent explanation! thankyou for help with my coding life <3

rodrigomacedo
Автор

can you share your vs code hibernate configuration, thank you 😁

naresh_deeti
Автор

Can you share a tutorial of calling sp from different data sources that maps to a non entity pojo?

remymumoh