Batch update returned unexpected row count from...

org.hibernate.jdbc.AbstractBatcher] - Exception executing batch:
org.hibernate.StaleStateException: Batch update returned unexpected row count from update [0];
如果抛出类似以上的异常,那么说明在使用Hibernate时..
   自动增长列出问题。
表中自动增长列是不需赋值的!

详细请参考:http://www.haoyuncp.com/

你可能感兴趣的:(Hibernate,jdbc)