Uses of Class
org.apache.torque.generator.configuration.source.EntityReferences
Packages that use EntityReferences
Package
Description
This package contains the classes for configuring the Torque generator.
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
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 EntityReferencesModifier and TypeMethodDescriptionUnitConfiguration.getEntityReferences()Returns the entityReferences of the associated configuration unit.Methods in org.apache.torque.generator.configuration with parameters of type EntityReferencesModifier and TypeMethodDescriptionvoidUnitConfiguration.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 EntityReferencesModifier and TypeMethodDescriptionControlConfiguration.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 EntityReferencesModifierConstructorDescriptionXmlSourceSaxHandler(EntityReferences entityReferences) Constructor.