Uses of Class
ch.sahits.codegen.generator.JETGateway

Packages that use JETGateway
ch.sahits.codegen.example.generator.ast   
ch.sahits.codegen.java.generator.ast   
ch.sahits.codegen.java.generator.jettemplate   
 

Uses of JETGateway in ch.sahits.codegen.example.generator.ast
 

Subclasses of JETGateway in ch.sahits.codegen.example.generator.ast
 class DAOGenerator
          This DAO Generator improves a DAO class generated through a JET template (daoInsertUnique.javajet) by adding the needed method getConnection which can only be created with the knowledge of database access methods.
 

Methods in ch.sahits.codegen.example.generator.ast that return JETGateway
protected  JETGateway DAOGenerator.createJetGenerator()
          Create a feasable JET Gegenrator
 

Uses of JETGateway in ch.sahits.codegen.java.generator.ast
 

Subclasses of JETGateway in ch.sahits.codegen.java.generator.ast
 class AbstractJETASTGenerator
          This abstract class provides you with the basic methods to generate a Class from a JET template and improve it with AST
 class JETASTGenerator
          Generator class to generate Code with a Jet template and improve on it with AST
 

Methods in ch.sahits.codegen.java.generator.ast that return JETGateway
protected abstract  JETGateway AbstractJETASTGenerator.createJetGenerator()
          Create a feasable JET generator
protected  JETGateway JETASTGenerator.createJetGenerator()
          Create a feasable JET Gegenrator
 

Uses of JETGateway in ch.sahits.codegen.java.generator.jettemplate
 

Subclasses of JETGateway in ch.sahits.codegen.java.generator.jettemplate
 class AbstractJETTemplateGenerator
          This class provides common method to create a JET template file
 class InitializableDbBeanGenerator
          This class is a generator class to generate an JET template and use it to generate a class.