Uses of Class
org.hibernate.jdbc.TooManyRowsAffectedException
-
Packages that use TooManyRowsAffectedException Package Description org.hibernate.jdbc Defines the notion of a unit of JDBC work that may be executed by the session at the request of the client. -
-
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.
-