an attempt to run the example;DeleteHQLExample.java gave the following error;
Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method executeUpdate() is undefined for the type Query at roseindia.tutorial.hibernate.DeleteHQLExample.main(DeleteHQLExample.java:21)
I am using MyEclipse, suggestion on the solution would be highly appreciated.