Uses of Package
org.alfresco.util.schemacomp.model
-
Packages that use org.alfresco.util.schemacomp.model Package Description org.alfresco.util.schemacomp org.alfresco.util.schemacomp.model org.alfresco.util.schemacomp.validator -
Classes in org.alfresco.util.schemacomp.model used by org.alfresco.util.schemacomp Class Description DbObject 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.Schema Instances of this class represent a database schema. -
Classes in org.alfresco.util.schemacomp.model used by org.alfresco.util.schemacomp.model Class Description AbstractDbObject Useful base class for many, if not all theDbObjectimplementations.Column Represents a column in a database table.DbObject 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.ForeignKey Represents a foreign key on a database table (localColumn) that referencestargetTable.targetColumnIndex Represents an index on a table.PrimaryKey Primary key on a table.Schema Instances of this class represent a database schema.Table Instances of this class represent a database table. -
Classes in org.alfresco.util.schemacomp.model used by org.alfresco.util.schemacomp.validator Class Description DbObject 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.