public class DiffContext extends 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
- Dialectresults
- ResultsreferenceSchema
- SchematargetSchema
- Schemapublic org.hibernate.dialect.Dialect getDialect()
public Results getComparisonResults()
public Schema getReferenceSchema()
public Schema getTargetSchema()
Copyright © 2005–2017 Alfresco Software. All rights reserved.