|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.migration.kernel.Transformer
public class Transformer
Transformer.java
| Constructor Summary | |
|---|---|
Transformer(SortedMap<org.nuiton.util.Version,ConfigurationAdapter> smConfigurationAdapterForVersion)
Transformer |
|
| Method Summary | |
|---|---|
void |
execute()
transforme la base |
MapAdapter |
getNewMap(ProxyClass clazz,
Serializable idVal)
Retourne un tuple d'une table des nouvelles bases |
MapAdapter |
getNewMap(String clazz,
Serializable idVal)
Retourne un tuple d'une table des nouvelles bases |
Collection<MapAdapter> |
getNewMaps(ProxyClass clazz)
Retourne les tuples d'une table des nouvelles bases |
Collection<MapAdapter> |
getNewMaps(String clazz)
Retourne les tuples d'une table des nouvelles bases |
MapAdapter |
getOldMap(ProxyClass clazz,
Serializable idVal)
Retourne un tuple d'une table des annciennes bases |
MapAdapter |
getOldMap(String clazz,
Serializable idVal)
Retourne un tuple d'une table des anciennes bases |
Collection<MapAdapter> |
getOldMaps(ProxyClass clazz)
Retourne les tuples d'une table des anciennes bases |
Collection<MapAdapter> |
getOldMaps(String clazz)
Retourne les tuples d'une table des anciennes bases |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transformer(SortedMap<org.nuiton.util.Version,ConfigurationAdapter> smConfigurationAdapterForVersion)
smConfigurationAdapterForVersion - Map "ordonnees suivant les versions| Method Detail |
|---|
public void execute()
public MapAdapter getNewMap(ProxyClass clazz,
Serializable idVal)
throws ObjectNotFound
MapHelper
getNewMap in interface MapHelperclazz - un proxy classeidVal - l'id de l'objet
ObjectNotFound
public MapAdapter getNewMap(String clazz,
Serializable idVal)
throws ObjectNotFound
MapHelper
getNewMap in interface MapHelperclazz - le nom qualifié de la classeidVal - l'id de l'objet
ObjectNotFound
public MapAdapter getOldMap(ProxyClass clazz,
Serializable idVal)
throws ObjectNotFound
MapHelper
getOldMap in interface MapHelperclazz - un proxy classeidVal - l'id de l'objet
ObjectNotFound - si objet non trouve
public MapAdapter getOldMap(String clazz,
Serializable idVal)
throws ObjectNotFound
MapHelper
getOldMap in interface MapHelperclazz - le nom qualifié de la classeidVal - l'id de l'objet
ObjectNotFound - si objet non trouvepublic Collection<MapAdapter> getNewMaps(String clazz)
MapHelper
getNewMaps in interface MapHelperclazz - le nom qualifié de la classe
public Collection<MapAdapter> getNewMaps(ProxyClass clazz)
MapHelper
getNewMaps in interface MapHelperclazz - un proxy classe
public Collection<MapAdapter> getOldMaps(String clazz)
MapHelper
getOldMaps in interface MapHelperclazz - le nom qualifié de la classe
public Collection<MapAdapter> getOldMaps(ProxyClass clazz)
MapHelper
getOldMaps in interface MapHelperclazz - un proxy classe
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||