Tag: HQL query for insert
Part 7 Hibernate Query Language Insert Query
by  Java4s | 19 Comments
  [ Ask Question ]
Now we will see how to use HQL insert query, as i told earlier its little different then remaining query’s, actually the thing is….. HQL supports only the INSERT INTO……… SELECT……… ; there is no chance to write INSERT…