站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Class org.hibernate.jdbc.TooManyRowsAffectedException (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.jdbc.TooManyRowsAffectedException

Packages that use TooManyRowsAffectedException
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. 
 

Uses of TooManyRowsAffectedException in org.hibernate.jdbc
 

Subclasses of TooManyRowsAffectedException in org.hibernate.jdbc
 class BatchedTooManyRowsAffectedException
          Much like TooManyRowsAffectedException, indicates that more rows than what we were expcecting were affected.