类 TooManyRowsAffectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.jdbc.TooManyRowsAffectedException
-
- 所有已实现的接口:
Serializable
public class TooManyRowsAffectedException extends HibernateException
Indicates that more rows were affected then we were expecting to be. Typically indicates presence of duplicate "PK" values in the given table.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 TooManyRowsAffectedException(String message, int expectedRowCount, int actualRowCount)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetActualRowCount()intgetExpectedRowCount()
-
-
-
构造器详细资料
-
TooManyRowsAffectedException
public TooManyRowsAffectedException(String message, int expectedRowCount, int actualRowCount)
-
-