Package org.nuiton.topia.migration
Interface TopiaMigrationService
- All Superinterfaces:
TopiaMigrationService,TopiaService
- All Known Implementing Classes:
TopiaMigrationEngine
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.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.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.- Throws:
MigrationServiceException
-
TopiaConfiguration.isInitSchema()