Tag: hql execute
Part 2 Hibernate Query Language, Executing HQL Commands
by  Java4s | 5 Comments
  [ Ask Question ]
Let us see, how to execute HQL commands.. Procedure To Execute HQL Command: If we want to execute execute an HQL query on a database, we need to create a query object ” Query ” is an interface given…
Part 3 HQL, Different Ways Of Executing HQL Commands
by  Java4s | 6 Comments
  [ Ask Question ]
We can execute our HQL command in 3 ways, like by selecting total object, partial object (more than one column), partial object (with single column). Let us see.. Different Ways Of Executing HQL Case 1: [ Selecting Complete…