Uses of Class
org.hibernate.jdbc.TooManyRowsAffectedException
-
Packages that use TooManyRowsAffectedException Package Description org.hibernate.jdbc A small API allowing the client of a Hibernate session to interact directly with JDBC, using the same connection and transaction obtained by the session. -
-
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.
-