org.nuiton.topia.migration.mappings
Class TMSVersionDAO.GetVersionWork

java.lang.Object
  extended by 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 Summary
protected  org.nuiton.util.Version version
           
 
Constructor Summary
TMSVersionDAO.GetVersionWork(String schemaName, String tableName)
           
 
Method Summary
 void execute(Connection connection)
           
 org.nuiton.util.Version getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected org.nuiton.util.Version version
Constructor Detail

TMSVersionDAO.GetVersionWork

public TMSVersionDAO.GetVersionWork(String schemaName,
                                    String tableName)
Method Detail

execute

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

getVersion

public org.nuiton.util.Version getVersion()


Copyright © 2004-2012 CodeLutin. All Rights Reserved.