FileDocCategorySizeDatePackage
IsolatedWork.javaAPI DocHibernate 3.2.5527Fri Jan 13 12:39:50 GMT 2006org.hibernate.engine.transaction

IsolatedWork

public interface IsolatedWork
Represents work that needs to be performed in a manner which isolates it from any current application unit of work transaction.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public voiddoWork(java.sql.Connection connection)
Perform the actual work to be done.

param
connection The JDBC connection to use.
throws
HibernateException