Uses of Class
org.apache.torque.generator.configuration.source.EntityReferences

Packages that use EntityReferences
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
 EntityReferences UnitConfiguration.getEntityReferences()
          Returns the entityReferences of the associated configuration unit.
 

Methods in org.apache.torque.generator.configuration with parameters of type EntityReferences
 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
 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
XmlSourceSaxHandler(EntityReferences entityReferences)
          Constructor.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.