com.atlassian.confluence.core.persistence.schema.api
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 Summary
 SchemaComparison compareExpectedWithActualSchema()
          Attempt to reconcile the "expected" database schema with the "actual" schema.
 

Method Detail

compareExpectedWithActualSchema

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

Throws:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.