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
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.