Interface SchemaComparisonService

  • All Known Implementing Classes:
    HibernateSchemaComparisonService

    @ThreadSafe
    public interface SchemaComparisonService
    Provides a service for reconciling the actual database schema with an "expected" view of the schema.
    Since:
    5.6
    • Method Detail

      • compareExpectedWithActualSchema

        SchemaComparison compareExpectedWithActualSchema()
                                                  throws Exception
        Attempt to reconcile the "expected" database schema with the "actual" schema.
        Throws:
        Exception