public class DiffContext
extends java.lang.Object
database dialect that should be used when validating database properties
and the Results object that should be populated with schema differences and validation errors.| Constructor and Description |
|---|
DiffContext(org.hibernate.dialect.Dialect dialect,
Results results,
Schema referenceSchema,
Schema targetSchema)
Constructor.
|
DiffContext(org.hibernate.dialect.Dialect dialect,
Schema referenceSchema,
Schema targetSchema)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Results |
getComparisonResults() |
org.hibernate.dialect.Dialect |
getDialect() |
Schema |
getReferenceSchema() |
Schema |
getTargetSchema() |
public DiffContext(org.hibernate.dialect.Dialect dialect,
Results results,
Schema referenceSchema,
Schema targetSchema)
dialect - results - referenceSchema - targetSchema - public org.hibernate.dialect.Dialect getDialect()
public Results getComparisonResults()
public Schema getReferenceSchema()
public Schema getTargetSchema()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.