org.hibernate.jdbc
Class TooManyRowsAffectedException
- Nestable
public class TooManyRowsAffectedException
Indicates that more rows were affected then we were expecting to be.
Typically indicates presence of duplicate "PK" values in the
given table.
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
TooManyRowsAffectedException
public TooManyRowsAffectedException(String message,
int expectedRowCount,
int actualRowCount)
getActualRowCount
public int getActualRowCount()
getExpectedRowCount
public int getExpectedRowCount()