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.HibernateExceptionCopyright © 2013. All Rights Reserved.