java抛出异常 sql_druid执行sql为什么抛出异常:java.sql.SQLException: statement is closed...

DEBUG SQL:104 :

delete

from

qdexam.dbo.tbl_interest

where

id=?

[qdksService_log]  2016-01-28 18:19:57  INFO AbstractBatchImpl:195 : HHH000010: On release of batch it still contained JDBC statements

[qdksService_log]  2016-01-28 18:19:57 ERROR AbstractBatchImpl:167 : HHH000352: Unable to release batch statement...

[qdksService_log]  2016-01-28 18:19:57 ERROR AbstractBatchImpl:168 : HHH000246: SQLException escaped proxy

java.sql.SQLException: statement is closed

at com.alibaba.druid.pool.DruidPooledStatement.checkOpen(DruidPooledStatement.java:75)

at com.alibaba.druid.pool.DruidPooledStatement.clearBatch(DruidPooledStatement.java:512)

at org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl.releaseStatements(AbstractBatchImpl.java:163)

at org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl.release(AbstractBatchImpl.java:19

你可能感兴趣的:(java抛出异常,sql)