|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.migration.transformation.AbstractMigration
public abstract class AbstractMigration
AbstractMigration.java
| Constructor Summary | |
|---|---|
AbstractMigration()
|
|
| Method Summary | |
|---|---|
abstract void |
migrate(MapAdapter map,
MapHelper helper)
Effectue la migration |
ProxyClass |
migrateFrom()
Nom de la classe depuis laquelle provient la nouvelle classe |
java.io.Serializable |
modifyId(java.io.Serializable value)
Modification de l'identifiant |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMigration()
| Method Detail |
|---|
public java.io.Serializable modifyId(java.io.Serializable value)
modifyId in interface Migrationvalue - L'ancienne valeur de l'identifiant
public ProxyClass migrateFrom()
migrateFrom in interface Migration
public abstract void migrate(MapAdapter map,
MapHelper helper)
migrate in interface Migrationmap - La map d'entree/sortiehelper - Le helper permettant d'acceder au autre tuple de la base
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||