Package org.nuiton.topia.migration
Interface TopiaMigrationService
- All Superinterfaces:
TopiaService
- All Known Implementing Classes:
TopiaMigrationEngine
public interface TopiaMigrationService extends TopiaService
TopiaMigrationService.java
- Version:
- $Id$
- Author:
- Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent, tchemit <chemit@codelutin.com>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMIGRATION_CALLBACKPour spécifier dans la configuration le callback a utiliserstatic java.lang.StringMIGRATION_MIGRATE_ON_INITUn drapeau pour indiquer si on doit lancer le service au demarragestatic java.lang.StringMIGRATION_SHOW_PROGRESSIONPour afficher la progression des requetes sql executeesstatic java.lang.StringMIGRATION_SHOW_SQLPour afficher les requetes sql executeesstatic java.lang.StringSERVICE_NAMENom du servicestatic java.lang.StringTOPIA_SERVICE_NAMENom du service topia -
Method Summary
Modifier and Type Method Description booleanmigrateSchema()Methods inherited from interface org.nuiton.topia.framework.TopiaService
getPersistenceClasses, getServiceName, postInit, preInit
-
Field Details
-
SERVICE_NAME
static final java.lang.String SERVICE_NAMENom du service- See Also:
- Constant Field Values
-
TOPIA_SERVICE_NAME
static final java.lang.String TOPIA_SERVICE_NAMENom du service topia- See Also:
- Constant Field Values
-
MIGRATION_CALLBACK
static final java.lang.String MIGRATION_CALLBACKPour spécifier dans la configuration le callback a utiliser- See Also:
- Constant Field Values
-
MIGRATION_MIGRATE_ON_INIT
static final java.lang.String MIGRATION_MIGRATE_ON_INITUn drapeau pour indiquer si on doit lancer le service au demarrage- See Also:
- Constant Field Values
-
MIGRATION_SHOW_SQL
static final java.lang.String MIGRATION_SHOW_SQLPour afficher les requetes sql executees- See Also:
- Constant Field Values
-
MIGRATION_SHOW_PROGRESSION
static final java.lang.String MIGRATION_SHOW_PROGRESSIONPour afficher la progression des requetes sql executees- See Also:
- Constant Field Values
-
-
Method Details