Hibernate Tutorial 28 - Named Queries

preview_player
Показать описание
We'll learn about named queries and how to write and access named queries. We'll also write and execute a NamedNativeQuery.
Рекомендации по теме
Комментарии
Автор

I'm going through all your Hibernate tutorials and wow, how did I not find your channel before? Well spoken, extremely well explained. Thank you for the effort!

AdrianWP_T
Автор

Hello Kaushik, you are helping me a lot in learning new technologies... I'm very grateful to you...I was a novice and was craving to master technologies... I'm trying to get a job since long and now I'm confident that I will get one...thanks to you man!!! Seriously!!! Your tutorials are just a boon to me...I went through spring, soap and hibernate... Couldn't find rest tutorials though...its OK...I'm happy with what I learned...clarity is too good..way of explanation is awesome...you are my first teacher....thankyou for everything...

sreelekhareddy
Автор

he just did a demo of how to use hql, and it's enough for us to imagine other queries. good job.

squallssck
Автор

Hi koushks, I have watched many of your videos they are truly great. Have you done any videos of HQL joins? Joins in HQL can be kind of tricky. Thanks for all of your good work. Thanks, Mark Snider

msnider
Автор

@msnider : you can find all information on HQL and queries written for HQL in the documentation :) ! just google hibernate hql ^ ^

nmbpeterv
Автор

Hey Kaushks, a question for u, in native named query, instead of select * from if I specify individual column say only userid, then the return type would be a list of strings ? am i right .. ?

karamchandanianil
Автор

Bro can you help to
Insert into ... Query in named query because i don't what to give in values(?) Part

proudwarrier
Автор

somebody tell me how to do
select age from databasetabe where username ="name";
thanks in advance

gauravsingh-ntbs