HQL Sample
Posted on: November 1, 2010 at 12:00 AM
Learn HQL with the help of many HQL examples and Hibernate HQL Sample code.

HQL Sample

In this site there are many tutorials and example of HQL. These examples comes with HQL sample code that you can download and run on your computer and learn the HQL by modifying and executing these examples.

The HQL Sample code is written in easy to understand manner. You will be able to understand technical stuff very easily.

The HQL or Hibernate Query language is very powerful and can be easily used to develop complex query in Java program. HQL is then translated into SQL by the ORM component of Hibernate.

HQL is very powerful and it supports following advanced features:

  • Pagination
  •  Fetch join with dynamic profiling
  • Inheritance
  • Polymorphism
  • Association
  • Database independent
  • SQL generation at runtime

With the help of HQL you can do the following things:

  • Add Entity
  • Search Entity
  • Update Entity
  • Delete Entity
  • Use various criteria's while performing search, update and delete operations on the entity.

See all HQL Samples at HQL index page.

Related Tags for HQL Sample:

Advertisements

Ads

Ads

 
Advertisement null

Ads