org.nuiton.topia.migration
Class TopiaMigrationCallback

java.lang.Object
  extended by org.nuiton.topia.migration.AbstractTopiaMigrationCallback
      extended by org.nuiton.topia.migration.TopiaMigrationCallbackByMethod
          extended by org.nuiton.topia.migration.TopiaMigrationCallback

Deprecated. since 2.5, use now the TopiaMigrationCallbackByClass or TopiaMigrationCallbackByMethod. will not be replaced and remove before version 2.6.

@Deprecated
public abstract class TopiaMigrationCallback
extends TopiaMigrationCallbackByMethod

Default migration call back to use.

Replace deprecated implementation ManualMigrationCallback.

Since:
2.3.4
Version:
$Id: TopiaMigrationCallback.java 2168 2010-12-26 15:25:30Z tchemit $
Author:
tchemit

Constructor Summary
TopiaMigrationCallback()
          Deprecated.  
 
Method Summary
protected  Method getMigrationMethod(org.nuiton.util.Version version)
          Deprecated. 
 
Methods inherited from class org.nuiton.topia.migration.TopiaMigrationCallbackByMethod
migrateForVersion
 
Methods inherited from class org.nuiton.topia.migration.AbstractTopiaMigrationCallback
askUser, doMigration, executeSQL, executeSQL, getApplicationVersion, getAvailableVersions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopiaMigrationCallback

public TopiaMigrationCallback()
Deprecated. 
Method Detail

getMigrationMethod

@Deprecated
protected Method getMigrationMethod(org.nuiton.util.Version version)
                             throws NoSuchMethodException
Deprecated. 

Throws:
NoSuchMethodException


Copyright © 2004-2010 CodeLutin. All Rights Reserved.