Querying is one of most important part in Hibernate. For this purpose we have to use HQL (Hibernate Query Language). HQL is simpler than SQL and bit differ from SQL. Here in HQL we consider on Classes instead of Tables and we consider on Attributes instead of Columns.
Lets see how to querying from Hibernate.
For this example I have used a College , Student relation which is a one to many association.
Showing posts with label Query. Show all posts
Showing posts with label Query. Show all posts
Friday, January 6, 2012
Subscribe to:
Posts (Atom)