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.HibernateException
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved