Uses of Class
org.alfresco.util.schemacomp.model.Schema
Packages that use Schema
-
Uses of Schema in org.alfresco.util.schemacomp
Methods in org.alfresco.util.schemacomp that return SchemaModifier and TypeMethodDescriptionDiffContext.getReferenceSchema()ExportDb.getSchema()XMLToSchema.getSchema()DiffContext.getTargetSchema()Constructors in org.alfresco.util.schemacomp with parameters of type SchemaModifierConstructorDescriptionDiffContext(Dialect dialect, Schema referenceSchema, Schema targetSchema) Constructor.DiffContext(Dialect dialect, Results results, Schema referenceSchema, Schema targetSchema) Constructor.SchemaComparator(Schema referenceSchema, Schema targetSchema, Dialect dialect) Construct a comparator to compare a target schema against a reference schema.SchemaToXML(Schema schema, StreamResult streamResult) -
Uses of Schema in org.alfresco.util.schemacomp.model
Constructors in org.alfresco.util.schemacomp.model with parameters of type SchemaModifierConstructorDescriptionTable(Schema parentSchema, String name, Collection<Column> columns, PrimaryKey primaryKey, Collection<ForeignKey> foreignKeys, Collection<Index> indexes)