public class HibernateSchemaComparisonService extends Object implements SchemaComparisonService
SchemaComparisonService which
uses the Hibernate mapping as the "expected" schema, and compares it with the actual database schema.| Constructor and Description |
|---|
HibernateSchemaComparisonService(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
ConfluenceSchemaHelper schemaHelper) |
| Modifier and Type | Method and Description |
|---|---|
SchemaComparison |
compareExpectedWithActualSchema()
Attempt to reconcile the "expected" database schema with the "actual" schema.
|
public HibernateSchemaComparisonService(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
ConfluenceSchemaHelper schemaHelper)
public SchemaComparison compareExpectedWithActualSchema() throws Exception
SchemaComparisonServicecompareExpectedWithActualSchema in interface SchemaComparisonServiceExceptionCopyright © 2003–2018 Atlassian. All rights reserved.