i getting this error say the above code is not correct:
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:30)
however i changed the code to: int row = query.executeUpate(); executeUpdate()-> executeUpate()... there is no error, but when i running this line of code, it go to the exception. pls help
View All Comments
| View Tutorial