Uses of Class
org.apache.torque.generator.configuration.source.EntityReferences
-
Packages that use EntityReferences Package Description org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator.org.apache.torque.generator.configuration.controller This package contains the classes for reading the control configuration of the Torque generator units of generation.org.apache.torque.generator.source.stream This package contains the handling of stream-based sources, such as file sources. -
-
Uses of EntityReferences in org.apache.torque.generator.configuration
Methods in org.apache.torque.generator.configuration that return EntityReferences Modifier and Type Method Description EntityReferences
UnitConfiguration. getEntityReferences()
Returns the entityReferences of the associated configuration unit.Methods in org.apache.torque.generator.configuration with parameters of type EntityReferences Modifier and Type Method Description void
UnitConfiguration. setEntityReferences(EntityReferences entityReferences)
Sets the entityReferences of the associated configuration unit. -
Uses of EntityReferences in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller that return EntityReferences Modifier and Type Method Description EntityReferences
ControlConfiguration. getEntityReferences()
Returns the entity references. -
Uses of EntityReferences in org.apache.torque.generator.source.stream
Constructors in org.apache.torque.generator.source.stream with parameters of type EntityReferences Constructor Description XmlSourceSaxHandler(EntityReferences entityReferences)
Constructor.
-