public interface

Work

org.hibernate.jdbc.Work

Class Overview

Contract for performing a discrete piece of JDBC work.

Summary

Public Methods
abstract void execute(Connection connection)
Execute the discrete work encapsulated by this work instance using the supplied connection.

Public Methods

public abstract void execute (Connection connection)

Execute the discrete work encapsulated by this work instance using the supplied connection.

Parameters
connection The connection on which to perform the work.
Throws
SQLException Thrown during execution of the underlying JDBC interaction.
HibernateException Generally indicates a wrapped SQLException.