1. java.sql.BatchUpdateException: Batch entry 0 insert into bt. forum.hibernate.orgHi Raag Im having the same problem. I only have user postgres and I haven't run ALTER TABLE |
2. java.sql.BatchUpdateException: Batch entry 0 forum.hibernate.orgHi, I have the following in my DAO implementation using Hibernate. My vehicleHistory is an object with two columns forming a composite primary key. Code: public void saveVehicleHistory(VehicleHistory vehicleHistory) { getHibernateTemplate().saveOrUpdate(vehicleHistory); getHibernateTemplate().flush(); } But I got this exception: Code: org.hibernate.exception.SQLGrammarException: ... |