Uses of Class
org.alfresco.util.schemacomp.model.PrimaryKey
Packages that use PrimaryKey
-
Uses of PrimaryKey in org.alfresco.util.schemacomp.model
Methods in org.alfresco.util.schemacomp.model that return PrimaryKeyMethods in org.alfresco.util.schemacomp.model with parameters of type PrimaryKeyConstructors in org.alfresco.util.schemacomp.model with parameters of type PrimaryKeyModifierConstructorDescriptionTable(String name, Collection<Column> columns, PrimaryKey primaryKey, Collection<ForeignKey> foreignKeys, Collection<Index> indexes) Table(Schema parentSchema, String name, Collection<Column> columns, PrimaryKey primaryKey, Collection<ForeignKey> foreignKeys, Collection<Index> indexes)