Package db.migration
Class V3__terminology
java.lang.Object
org.flywaydb.core.api.migration.BaseJavaMigration
db.migration.V3__terminology
- All Implemented Interfaces:
org.flywaydb.core.api.migration.JavaMigration
public class V3__terminology
extends org.flywaydb.core.api.migration.BaseJavaMigration
This migration reads in the terminology.xml file and stores its contents into the database.
This replaces the org.ehrbase.dao.access.support.TerminologySetter class
- Since:
- 1.0
- Author:
- Christian Chevalley, Stefan Spiska
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flywaydb.core.api.migration.BaseJavaMigration
canExecuteInTransaction, getChecksum, getDescription, getVersion, isBaselineMigration, isUndo
-
Constructor Details
-
V3__terminology
public V3__terminology()
-
-
Method Details
-
migrate
- Throws:
Exception
-