Class BaseNonConfigCoreFunctionalTestCase.RollbackWork

  • All Implemented Interfaces:
    org.hibernate.jdbc.Work
    Enclosing class:
    BaseNonConfigCoreFunctionalTestCase

    public class BaseNonConfigCoreFunctionalTestCase.RollbackWork
    extends java.lang.Object
    implements org.hibernate.jdbc.Work
    • Constructor Summary

      Constructors 
      Constructor Description
      RollbackWork()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.sql.Connection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RollbackWork

        public RollbackWork()
    • Method Detail

      • execute

        public void execute​(java.sql.Connection connection)
                     throws java.sql.SQLException
        Specified by:
        execute in interface org.hibernate.jdbc.Work
        Throws:
        java.sql.SQLException