Uses of Class
io.contextmap.spring.runtime.model.storage.ForeignKey
-
Packages that use ForeignKey Package Description io.contextmap.spring.runtime.model.storage -
-
Uses of ForeignKey in io.contextmap.spring.runtime.model.storage
Methods in io.contextmap.spring.runtime.model.storage that return types with arguments of type ForeignKey Modifier and Type Method Description List<ForeignKey>StorageEntity. getForeignKeys()Method parameters in io.contextmap.spring.runtime.model.storage with type arguments of type ForeignKey Modifier and Type Method Description voidStorageEntity. setForeignKeys(List<ForeignKey> foreignKeys)
-