Uses of Class
org.apache.torque.generator.configuration.mergepoint.MergepointMapping
-
Packages that use MergepointMapping Package Description org.apache.torque.generator.configuration.mergepoint This package contains the classes for reading the mergepoint mappings for the Torque generator units of generation.org.apache.torque.generator.configuration.outlet This package contains the classes for reading the outlet mappings for torque-generator's units of generation.org.apache.torque.generator.outlet This package defines torque generator outlets which produce output snippets from the source.org.apache.torque.generator.outlet.java This package defines java outlets and provides some implementations. -
-
Uses of MergepointMapping in org.apache.torque.generator.configuration.mergepoint
Methods in org.apache.torque.generator.configuration.mergepoint that return MergepointMapping Modifier and Type Method Description MergepointMapping
MergepointSaxHandler. getMergepointMapping()
Returns the mergepointMapping configured by this SaxHandler. -
Uses of MergepointMapping in org.apache.torque.generator.configuration.outlet
Methods in org.apache.torque.generator.configuration.outlet that return types with arguments of type MergepointMapping Modifier and Type Method Description List<MergepointMapping>
OutletConfigurationSaxHandler. getMergepointMappings()
Returns all mergepoint mappings which were configured outside the outlets in the parsed outlet configuration file. -
Uses of MergepointMapping in org.apache.torque.generator.outlet
Methods in org.apache.torque.generator.outlet that return MergepointMapping Modifier and Type Method Description MergepointMapping
DebuggingOutletWrapper. getMergepointMapping(String name)
Retrieves the mergepoint mapping for the given mergepoint name from the delegate and returns it.MergepointMapping
Outlet. getMergepointMapping(String name)
Returns the mergepoint mapping for the given mergepoint name.MergepointMapping
OutletImpl. getMergepointMapping(String name)
Returns the mergepoint mapping for the given mergepoint name.MergepointMapping
DebuggingOutletWrapper. setMergepointMapping(MergepointMapping mergepointMapping)
Sets an mergepoint mapping in the delegate.MergepointMapping
Outlet. setMergepointMapping(MergepointMapping mergepointMapping)
Sets an mergepoint mapping in the outlet.MergepointMapping
OutletImpl. setMergepointMapping(MergepointMapping mergepointMapping)
Sets an mergepoint mapping in the outlet.Methods in org.apache.torque.generator.outlet that return types with arguments of type MergepointMapping Modifier and Type Method Description Map<String,MergepointMapping>
DebuggingOutletWrapper. getMergepointMappings()
Returns the map of all mergepoint mappings in the delegate, keyed by their name.Map<String,MergepointMapping>
Outlet. getMergepointMappings()
Returns the map of all mergepoint mappings, keyed by their name.Map<String,MergepointMapping>
OutletImpl. getMergepointMappings()
Methods in org.apache.torque.generator.outlet with parameters of type MergepointMapping Modifier and Type Method Description void
DebuggingOutletWrapper. addMergepointMapping(MergepointMapping mergepointMapping)
Adds the mergepoint mapping to the delegate.void
Outlet. addMergepointMapping(MergepointMapping mergepointMapping)
Adds an mergepoint mapping to the outlet.void
OutletImpl. addMergepointMapping(MergepointMapping mergepointMapping)
Adds an mergepoint mapping to the outlet.MergepointMapping
DebuggingOutletWrapper. setMergepointMapping(MergepointMapping mergepointMapping)
Sets an mergepoint mapping in the delegate.MergepointMapping
Outlet. setMergepointMapping(MergepointMapping mergepointMapping)
Sets an mergepoint mapping in the outlet.MergepointMapping
OutletImpl. setMergepointMapping(MergepointMapping mergepointMapping)
Sets an mergepoint mapping in the outlet. -
Uses of MergepointMapping in org.apache.torque.generator.outlet.java
Methods in org.apache.torque.generator.outlet.java that return MergepointMapping Modifier and Type Method Description MergepointMapping
OutletWithoutMergepoints. getMergepointMapping(String name)
Methods in org.apache.torque.generator.outlet.java with parameters of type MergepointMapping Modifier and Type Method Description void
OutletWithoutMergepoints. addMergepointMapping(MergepointMapping mergepointMapping)
-