类 BatchedTooManyRowsAffectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.jdbc.TooManyRowsAffectedException
-
- org.hibernate.jdbc.BatchedTooManyRowsAffectedException
-
- 所有已实现的接口:
Serializable
public class BatchedTooManyRowsAffectedException extends TooManyRowsAffectedException
Much likeTooManyRowsAffectedException, indicates that more rows than what we were expecting were affected. Additionally, this form occurs from a batch and carries along the batch position that failed.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 BatchedTooManyRowsAffectedException(String message, int expectedRowCount, int actualRowCount, int batchPosition)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetBatchPosition()-
从类继承的方法 org.hibernate.jdbc.TooManyRowsAffectedException
getActualRowCount, getExpectedRowCount
-
-
-
-
构造器详细资料
-
BatchedTooManyRowsAffectedException
public BatchedTooManyRowsAffectedException(String message, int expectedRowCount, int actualRowCount, int batchPosition)
-
-