Tag: delete query
Example On Hibernate Delete Query
by  Java4s | 10 Comments
  [ Ask Question ]
This is the program to Delete a row (Object) from the database, just like using delete query in the jdbc program.. Files required to execute this program.. Product.java (My POJO class) Product.hbm.xml (Xml mapping file ) hibernate.cfg.xml (Xml configuration…
Part 6 Hibernate Query Language, HQL Update,Delete Queries
by  Java4s | 23 Comments
  [ Ask Question ]
so far we have been executed the programs on Hibernate Query Language (HQL) select only, now we will see the DML operations in HQL like insert, delete, update., you know some thing..? this delete, update query’s are something similar…