Package org.hibernate.testing.junit4
Class BaseNonConfigCoreFunctionalTestCase.RollbackWork
- java.lang.Object
-
- org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork
-
- All Implemented Interfaces:
Work
- Enclosing class:
- BaseNonConfigCoreFunctionalTestCase
public static class BaseNonConfigCoreFunctionalTestCase.RollbackWork extends Object implements Work
-
-
Constructor Summary
Constructors Constructor Description RollbackWork()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Connection connection)
Execute the discrete work encapsulated by this work instance using the supplied connection.
-
-
-
Method Detail
-
execute
public void execute(Connection connection) throws SQLException
Description copied from interface:Work
Execute the discrete work encapsulated by this work instance using the supplied connection.- Specified by:
execute
in interfaceWork
- Parameters:
connection
- The connection on which to perform the work.- Throws:
SQLException
- Thrown during execution of the underlying JDBC interaction.
-
-