Class TopiaMigrationCallbackByClassNG

java.lang.Object
org.nuiton.topia.migration.AbstractTopiaMigrationCallback
org.nuiton.topia.migration.TopiaMigrationCallbackByClassNG

public abstract class TopiaMigrationCallbackByClassNG extends AbstractTopiaMigrationCallback
Migration callback which use a different class for each version to migrate. You must fill in the constructor the mapping for each version of getAvailableVersions() a matching migrator for version which extends TopiaMigrationCallbackByClassNG.MigrationCallBackForVersion. Use the callback when you have a lot of version to migrate and the TopiaMigrationCallbackByMethod begins to be messy.
Since:
2.9.11
Version:
$Id$
Author:
tchemit <chemit@codelutin.com>