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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    migrate(org.flywaydb.core.api.migration.Context context)
     

    Methods inherited from class org.flywaydb.core.api.migration.BaseJavaMigration

    canExecuteInTransaction, getChecksum, getDescription, getVersion, isBaselineMigration, isUndo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • V3__terminology

      public V3__terminology()
  • Method Details

    • migrate

      public void migrate(org.flywaydb.core.api.migration.Context context) throws Exception
      Throws:
      Exception