Uses of Class
org.hibernate.jdbc.TooManyRowsAffectedException
-
Packages that use TooManyRowsAffectedException Package Description org.hibernate.jdbc Abstracts certain very specific aspects of the low-level interaction between Hibernate and JDBC. -
-
Uses of TooManyRowsAffectedException in org.hibernate.jdbc
Subclasses of TooManyRowsAffectedException in org.hibernate.jdbc Modifier and Type Class Description class
BatchedTooManyRowsAffectedException
Much likeTooManyRowsAffectedException
, indicates that more rows than what we were expecting were affected.
-