Interface HibernateDataMigration

    • Method Detail

      • getPreHibernateLiquibaseChangeLog

        String getPreHibernateLiquibaseChangeLog()
                                          throws DataMigrationException
        Returns:
        some liquibase changelogs for refactoring the database before the hibernate schema update is processed
        Throws:
        DataMigrationException - on error
        Since:
        4.3
      • getLiquibaseChangeLog

        String getLiquibaseChangeLog()
                              throws DataMigrationException
        Returns:
        some liquibase changelogs for refactoring the database after the hibernate schema update has been processed
        Throws:
        DataMigrationException - on error
        Since:
        4.0M1