Uses of Class
org.hibernate.jdbc.TooManyRowsAffectedException
Packages that use TooManyRowsAffectedException
Package
Description
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.jdbcModifier and TypeClassDescriptionclass
Much likeTooManyRowsAffectedException
, indicates that more rows than what we were expecting were affected.