Uses of Class
org.apache.torque.generator.template.TemplateOutletImpl
-
Packages that use TemplateOutletImpl Package Description org.apache.torque.generator.template.groovy This package contains the handling of groovy outlets in the Torque generator.org.apache.torque.generator.template.velocity This package contains the handling of velocity outlets in the Torque generator. -
-
Uses of TemplateOutletImpl in org.apache.torque.generator.template.groovy
Subclasses of TemplateOutletImpl in org.apache.torque.generator.template.groovy Modifier and Type Class Description class
GroovyOutlet
A Outlet which uses groovy for generation.class
GroovyScriptOutlet
A Outlet which uses a groovy script for generation.class
GroovyTemplateOutlet
A Outlet which uses a groovy template for generation. -
Uses of TemplateOutletImpl in org.apache.torque.generator.template.velocity
Subclasses of TemplateOutletImpl in org.apache.torque.generator.template.velocity Modifier and Type Class Description class
VelocityOutlet
A Outlet which uses a velocity template for generation.
-