Package org.hibernate.testing.junit4
Class BaseCoreFunctionalTestCase.RollbackWork
java.lang.Object
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
- All Implemented Interfaces:
Work
- Enclosing class:
- BaseCoreFunctionalTestCase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Connection connection) Execute the discrete work encapsulated by this work instance using the supplied connection.
-
Constructor Details
-
RollbackWork
public RollbackWork()
-
-
Method Details
-
execute
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.
-