org.hibernate.jdbc.Work |
Contract for performing a discrete piece of JDBC work.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Execute the discrete work encapsulated by this work instance using the supplied connection.
|
Execute the discrete work encapsulated by this work instance using the supplied connection.
connection | The connection on which to perform the work. |
---|
SQLException | Thrown during execution of the underlying JDBC interaction. |
---|---|
HibernateException | Generally indicates a wrapped SQLException. |