Hello , I have the a problem , hibernate is performing an unnecessary update , and giving me this error message.
Hibernate operation: Could not execute JDBC batch update; bad SQL grammar [/* update ec.gov.iess.modelo.fondoreserva.Calificacion */ update FRAFITACTCES set CREMORHPHL=? where CEDULA=?]; nested exception is java.sql.BatchUpdateException: ORA-01031: insufficient privileges ".
this is the entity code:
I started getting this error after adding a new private member and its setter and getter
I will greatly appreciate your help