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(net.sf.hibernate.engine.SessionFactoryImplementor sessionFactory,
SchemaHelper schemaHelper) |
| Modifier and Type | Method and Description |
|---|---|
SchemaComparison |
compareExpectedWithActualSchema()
Attempt to reconcile the "expected" database schema with the "actual" schema.
|
public HibernateSchemaComparisonService(net.sf.hibernate.engine.SessionFactoryImplementor sessionFactory,
SchemaHelper schemaHelper)
public SchemaComparison compareExpectedWithActualSchema() throws Exception
SchemaComparisonServicecompareExpectedWithActualSchema in interface SchemaComparisonServiceExceptionCopyright © 2003–2016 Atlassian. All rights reserved.