Interface TopiaMigrationService
- All Superinterfaces:
org.nuiton.topia.persistence.TopiaMigrationService, org.nuiton.topia.persistence.TopiaService
- All Known Implementing Classes:
TopiaMigrationEngine
public interface TopiaMigrationService
extends org.nuiton.topia.persistence.TopiaMigrationService
TopiaMigrationService.java
- Author:
- Chatellier Eric, Chevallereau Benjamin, Eon Sébastien, Trève Vincent, Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.useTopiaMigrationService.runSchemaMigration()Methods inherited from interface org.nuiton.topia.persistence.TopiaMigrationService
getSchemaVersion, initOnCreateSchema, runSchemaMigrationMethods inherited from interface org.nuiton.topia.persistence.TopiaService
close, initTopiaService
-
Field Details
-
MIGRATION_CALLBACK
The callback class name to use. Expected format is a FQN.- See Also:
-
MIGRATION_MIGRATE_ON_INIT
Deprecated.useTopiaConfiguration.isInitSchema()Migrate during init or not ? Default value is true.- See Also:
-
MIGRATION_SHOW_SQL
Display or not SQL requests ? Default value is false.- See Also:
-
MIGRATION_SHOW_PROGRESSION
Display or not migration progress ? Default value is false.- See Also:
-
-
Method Details
-
migrateSchema
Deprecated.useTopiaMigrationService.runSchemaMigration()- Throws:
MigrationServiceException
-
TopiaConfiguration.isInitSchema()