|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.migration.MigrationServiceImpl
org.nuiton.topia.migration.TopiaMigrationServiceImpl
TopiaMigrationEngine
@Deprecated public class TopiaMigrationServiceImpl
TopiaMigrationServiceImpl.java Classe principale du projet.
| Field Summary | |
|---|---|
static String |
MIGRATION_APPLICATION_VERSION
Deprecated. Nom des proprietes |
static String |
MIGRATION_CALLBACKHANDLERS
Deprecated. |
static String |
MIGRATION_MODEL_NAMES
Deprecated. |
static String |
MIGRATION_PREVIOUS_MAPPING_DIRECTORY
Deprecated. |
protected static String |
TOPIA_PERSISTENCE_CLASSES
Deprecated. |
protected static String |
TOPIA_PERSISTENCE_DIRECTORIES
Deprecated. C'est la meme, mais ca vire des dependances |
| Fields inherited from class org.nuiton.topia.migration.MigrationServiceImpl |
|---|
currentApplicationConfiguration, currentApplicationVersion, currentHibernateConfigurationFile, mappingsDirectory, migrationCallBackHandlers |
| Fields inherited from interface org.nuiton.topia.migration.TopiaMigrationService |
|---|
MIGRATION_CALLBACK, MIGRATION_MIGRATE_ON_INIT, MIGRATION_SHOW_PROGRESSION, MIGRATION_SHOW_SQL, SERVICE_NAME, TOPIA_SERVICE_NAME |
| Constructor Summary | |
|---|---|
TopiaMigrationServiceImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
beginTransaction(TopiaTransactionEvent event)
Deprecated. |
Class<?>[] |
getPersistenceClasses()
Deprecated. |
String |
getServiceName()
Deprecated. |
void |
postCreateSchema(TopiaContextEvent event)
Deprecated. |
boolean |
postInit(TopiaContextImplementor context)
Deprecated. |
void |
postRestoreSchema(TopiaContextEvent event)
Deprecated. |
void |
postUpdateSchema(TopiaContextEvent event)
Deprecated. |
void |
preCreateSchema(TopiaContextEvent event)
Deprecated. |
boolean |
preInit(TopiaContextImplementor context)
Deprecated. |
void |
preRestoreSchema(TopiaContextEvent event)
Deprecated. |
void |
preUpdateSchema(TopiaContextEvent event)
Deprecated. |
| Methods inherited from class org.nuiton.topia.migration.MigrationServiceImpl |
|---|
addMigrationCallbackHandler, askHandlerForMigration, checkInformation, getConfiguration, getConfigurationFile, getMappingsDirectory, getSingleConfiguration, loadApplicationConfiguration, loadIntermediateConfigurations, migrateSchema, putVersionInDatabase, setApplicationVersion, setConfiguration, setConfigurationFile, setMappingsDirectory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.migration.TopiaMigrationService |
|---|
migrateSchema |
| Field Detail |
|---|
public static final String MIGRATION_APPLICATION_VERSION
public static final String MIGRATION_PREVIOUS_MAPPING_DIRECTORY
public static final String MIGRATION_MODEL_NAMES
public static final String MIGRATION_CALLBACKHANDLERS
protected static final String TOPIA_PERSISTENCE_DIRECTORIES
protected static final String TOPIA_PERSISTENCE_CLASSES
| Constructor Detail |
|---|
public TopiaMigrationServiceImpl()
| Method Detail |
|---|
public Class<?>[] getPersistenceClasses()
getPersistenceClasses in interface TopiaServicepublic String getServiceName()
getServiceName in interface TopiaServicepublic boolean preInit(TopiaContextImplementor context)
preInit in interface TopiaServicepublic boolean postInit(TopiaContextImplementor context)
postInit in interface TopiaServicepublic void postCreateSchema(TopiaContextEvent event)
postCreateSchema in interface TopiaContextListenerpublic void postUpdateSchema(TopiaContextEvent event)
postUpdateSchema in interface TopiaContextListenerpublic void preCreateSchema(TopiaContextEvent event)
preCreateSchema in interface TopiaContextListenerpublic void preUpdateSchema(TopiaContextEvent event)
preUpdateSchema in interface TopiaContextListenerpublic void preRestoreSchema(TopiaContextEvent event)
preRestoreSchema in interface TopiaContextListenerpublic void postRestoreSchema(TopiaContextEvent event)
postRestoreSchema in interface TopiaContextListenerpublic void beginTransaction(TopiaTransactionEvent event)
beginTransaction in interface TopiaTransactionVetoable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||