Uses of Interface
org.apache.torque.generator.template.TemplateOutlet
Packages that use TemplateOutlet
Package
Description
This package contains the handling of template-based outlets
in the Torque generator.
This package contains the handling of groovy outlets in the
Torque generator.
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 TemplateOutletModifier and TypeClassDescriptionclassAn 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 TemplateOutletModifier and TypeClassDescriptionclassA Outlet which uses groovy for generation.classA Outlet which uses a groovy script for generation.classA 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 TemplateOutletModifier and TypeClassDescriptionclassA Outlet which uses a velocity template for generation.