public interface IsolatedWork
| Modifier and Type | Method and Description |
|---|---|
void |
doWork(Connection connection)
Perform the actual work to be done.
|
void doWork(Connection connection) throws HibernateException
connection - The JDBC connection to use.HibernateExceptionCopyright © 2015. All rights reserved.