public class SchemaComparator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHAR_SET |
static java.lang.String |
LINE_SEPARATOR |
| Constructor and Description |
|---|
SchemaComparator(Schema referenceSchema,
Schema targetSchema,
org.hibernate.dialect.Dialect dialect)
Construct a comparator to compare a target schema against a reference schema.
|
| Modifier and Type | Method and Description |
|---|---|
Results |
getComparisonResults() |
void |
validateAndCompare() |
public static final java.lang.String CHAR_SET
public static final java.lang.String LINE_SEPARATOR
public SchemaComparator(Schema referenceSchema, Schema targetSchema, org.hibernate.dialect.Dialect dialect)
referenceSchema - targetSchema - public void validateAndCompare()
public Results getComparisonResults()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.