public interface

IsolatedWork

org.hibernate.engine.transaction.IsolatedWork

Class Overview

Represents work that needs to be performed in a manner which isolates it from any current application unit of work transaction.

Summary

Public Methods
abstract void doWork(Connection connection)
Perform the actual work to be done.

Public Methods

public abstract void doWork (Connection connection)

Perform the actual work to be done.

Parameters
connection The JDBC connection to use.