org.hibernate.engine.transaction
public interface IsolatedWork
Modifier and Type | Method and Description |
---|---|
void |
doWork(java.sql.Connection connection)
Perform the actual work to be done.
|
void doWork(java.sql.Connection connection) throws HibernateException
connection
- The JDBC connection to use.HibernateException
Copyright © 2014. All Rights Reserved.