Class TopiaContextImpl.SQLWork

java.lang.Object
org.nuiton.topia.framework.TopiaContextImpl.SQLWork
All Implemented Interfaces:
org.hibernate.jdbc.Work
Enclosing class:
TopiaContextImpl

public static class TopiaContextImpl.SQLWork
extends java.lang.Object
implements org.hibernate.jdbc.Work
  • Constructor Summary

    Constructors 
    Constructor Description
    SQLWork​(java.lang.String script)  
  • Method Summary

    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 Details

    • SQLWork

      public SQLWork​(java.lang.String script)
  • Method Details

    • 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