Uses of Class
org.apache.torque.templates.transformer.om.ForeignKeyChildAttributeName
-
Packages that use ForeignKeyChildAttributeName Package Description org.apache.torque.templates.transformer.om Contains transformers and their helpers for the generation of OM classes. -
-
Uses of ForeignKeyChildAttributeName in org.apache.torque.templates.transformer.om
Methods in org.apache.torque.templates.transformer.om that return ForeignKeyChildAttributeName Modifier and Type Method Description static ForeignKeyChildAttributeName
ForeignKeyChildAttributeName. valueOf(String name)
Returns the enum constant of this type with the specified name.static ForeignKeyChildAttributeName[]
ForeignKeyChildAttributeName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-