Uses of Package
org.alfresco.util.schemacomp.model
Packages that use org.alfresco.util.schemacomp.model
Package
Description
-
Classes in org.alfresco.util.schemacomp.model used by org.alfresco.util.schemacomp
-
Classes in org.alfresco.util.schemacomp.model used by org.alfresco.util.schemacomp.modelClassDescriptionUseful base class for many, if not all the
DbObjectimplementations.Represents a column in a database table.All database objects to be modelled for schema comparisons must implement this interface, examples of which include: schemas, tables, indexes, primary keys, foreign keys, sequences and columns.Represents a foreign key on a database table (localColumn) that referencestargetTable.targetColumnRepresents an index on a table.Primary key on a table.Instances of this class represent a database schema.Instances of this class represent a database table. -
Classes in org.alfresco.util.schemacomp.model used by org.alfresco.util.schemacomp.validatorClassDescriptionAll database objects to be modelled for schema comparisons must implement this interface, examples of which include: schemas, tables, indexes, primary keys, foreign keys, sequences and columns.