UI Deploy

Curated, Short, Web UI Dev we Love.

HQL Tutorial HQL select, Update And Delete Queries

In this example we are going to see how to use Hibernate Query Language (HQL).

Project Structure :

Create a simple java project in Eclipse, and add hibernate related jar files to the classpath of the project. The final project structure is given below.

view source

Advertisement