Uses of Class
org.alfresco.util.schemacomp.model.ForeignKey
-
Packages that use ForeignKey Package Description org.alfresco.util.schemacomp.model -
-
Uses of ForeignKey in org.alfresco.util.schemacomp.model
Methods in org.alfresco.util.schemacomp.model that return types with arguments of type ForeignKey Modifier and Type Method Description java.util.List<ForeignKey>Table. getForeignKeys()Method parameters in org.alfresco.util.schemacomp.model with type arguments of type ForeignKey Modifier and Type Method Description voidTable. setForeignKeys(java.util.Collection<ForeignKey> foreignKeys)
-