Class TMSVersionDAO.GetVersionWork

java.lang.Object
org.nuiton.topia.migration.mappings.TMSVersionDAO.GetVersionWork
All Implemented Interfaces:
org.hibernate.jdbc.Work
Enclosing class:
TMSVersionDAO

public static class TMSVersionDAO.GetVersionWork extends Object implements org.hibernate.jdbc.Work
  • Field Details

    • version

      protected org.nuiton.version.Version version
  • Constructor Details

    • GetVersionWork

      public GetVersionWork(String schemaName, String tableName)
  • Method Details

    • execute

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

      public org.nuiton.version.Version getVersion()