Interface DataMigrationStatus


  • public interface DataMigrationStatus
    Common interface to report data migration status.
    Since:
    4.4.1
    Version:
    $Id: 22cc507f7b3d445ccedee9d2d5da43b3825be6b2 $
    • Method Detail

      • hasDataMigrationBeenAttempted

        boolean hasDataMigrationBeenAttempted()
        Returns:
        true if any migration has been attempted on current database
      • hasBeenSuccessfullyMigrated

        boolean hasBeenSuccessfullyMigrated()
        Returns:
        true if all attempted migrations has been successfully applied on current database
      • getLastMigrationException

        Exception getLastMigrationException()
        Returns:
        the exception returned on failure by the last attempted migration on this database