Uses of Class
org.alfresco.util.schemacomp.model.PrimaryKey
-
Packages that use PrimaryKey Package Description org.alfresco.util.schemacomp.model -
-
Uses of PrimaryKey in org.alfresco.util.schemacomp.model
Methods in org.alfresco.util.schemacomp.model that return PrimaryKey Modifier and Type Method Description PrimaryKeyTable. getPrimaryKey()Methods in org.alfresco.util.schemacomp.model with parameters of type PrimaryKey Modifier and Type Method Description voidTable. setPrimaryKey(PrimaryKey primaryKey)Constructors in org.alfresco.util.schemacomp.model with parameters of type PrimaryKey Constructor Description Table(java.lang.String name, java.util.Collection<Column> columns, PrimaryKey primaryKey, java.util.Collection<ForeignKey> foreignKeys, java.util.Collection<Index> indexes)Table(Schema parentSchema, java.lang.String name, java.util.Collection<Column> columns, PrimaryKey primaryKey, java.util.Collection<ForeignKey> foreignKeys, java.util.Collection<Index> indexes)
-