Hibernate Query Language(HQL) UPDATE and DELETE Queries

Hibernate Query Language(HQL) UPDATE and DELETE Queries

KK JavaTutorials

6 лет назад

7,444 Просмотров

n this Video, You will learn how to write and execute UPADTE and DELETE Hibernate Query Language(HQL).
Hibernate created a new language named Hibernate Query Language (HQL), the syntax is quite similar to database SQL language. The main difference between is HQL uses class name instead of table name, and property names instead of column name.HQL is extremely simple to learn and use, and the code is always self-explanatory.
Below is the GitHub link to download source:
https://github.com/kishanjavatrainer/HibernateHQLExample_3.git

Тэги:

#Hibernate_Query_Language(HQL)_UPDATE_and_DELETE_Queries
Ссылки и html тэги не поддерживаются


Комментарии:

@upenderrangu4657
@upenderrangu4657 - 01.03.2020 06:22

Thanks sir ,your covering all the concepts, i watched so many vedios but no body covered the soft deletion.Thank you sir..really great.

Ответить
@Kkkkkkkkkkkkarararar
@Kkkkkkkkkkkkarararar - 11.03.2023 23:00

Sir how can we delete if the condition like salary <5000

Ответить