Uses of Class
org.apache.torque.map.InheritanceMap
-
Packages that use InheritanceMap Package Description org.apache.torque.map Description of the schema layout. -
-
Uses of InheritanceMap in org.apache.torque.map
Methods in org.apache.torque.map that return InheritanceMap Modifier and Type Method Description InheritanceMap
ColumnMap. getInheritanceMap(String key)
Get the inheritance map with the specified key.InheritanceMap[]
ColumnMap. getInheritanceMaps()
Get the inheritance information associated with this column,Methods in org.apache.torque.map with parameters of type InheritanceMap Modifier and Type Method Description void
ColumnMap. addInheritanceMap(InheritanceMap map)
Add an associated inheritance mapping.
-