Uses of Class
org.apache.torque.templates.model.ForeignKey
-
Packages that use ForeignKey Package Description org.apache.torque.templates.model This package contains the typed model for the torque schema. -
-
Uses of ForeignKey in org.apache.torque.templates.model
Fields in org.apache.torque.templates.model declared as ForeignKey Modifier and Type Field Description ForeignKey
Reference. parent
The foreign key to which this column mapping belongs.Fields in org.apache.torque.templates.model with type parameters of type ForeignKey Modifier and Type Field Description List<ForeignKey>
Table. foreignKeyList
The foreign keys of this table.
-