Uses of Interface
org.apache.torque.generator.template.TemplateOutlet
-
Packages that use TemplateOutlet Package Description org.apache.torque.generator.template This package contains the handling of template-based outlets in the Torque generator.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 TemplateOutlet in org.apache.torque.generator.template
Classes in org.apache.torque.generator.template that implement TemplateOutlet Modifier and Type Class Description class
TemplateOutletImpl
An implementation of the TemplateOutlet interface. -
Uses of TemplateOutlet in org.apache.torque.generator.template.groovy
Classes in org.apache.torque.generator.template.groovy that implement TemplateOutlet 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 TemplateOutlet in org.apache.torque.generator.template.velocity
Classes in org.apache.torque.generator.template.velocity that implement TemplateOutlet Modifier and Type Class Description class
VelocityOutlet
A Outlet which uses a velocity template for generation.
-