Uses of Class
org.apache.torque.generator.template.groovy.GroovyOutlet
-
Packages that use GroovyOutlet Package Description org.apache.torque.generator.template.groovy This package contains the handling of groovy outlets in the Torque generator. -
-
Uses of GroovyOutlet in org.apache.torque.generator.template.groovy
Subclasses of GroovyOutlet in org.apache.torque.generator.template.groovy Modifier and Type Class Description class
GroovyScriptOutlet
A Outlet which uses a groovy script for generation.class
GroovyTemplateOutlet
A Outlet which uses a groovy template for generation.Constructors in org.apache.torque.generator.template.groovy with parameters of type GroovyOutlet Constructor Description TorqueGenGroovy(GroovyOutlet outlet, ControllerState controllerState)
Constructs a generator interface within the given controllerState.
-