|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IGenerator in ch.sahits.codegen.example.generator.ast |
|---|
| Classes in ch.sahits.codegen.example.generator.ast that implement IGenerator | |
|---|---|
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. |
| Uses of IGenerator in ch.sahits.codegen.generator |
|---|
| Classes in ch.sahits.codegen.generator that implement IGenerator | |
|---|---|
class |
AbstractGenerator
Abstract superclass for the generators that handles the saving. |
class |
JETGateway
This class encapsulates access to the JET and JMerge packages. |
| Uses of IGenerator in ch.sahits.codegen.java |
|---|
| Subinterfaces of IGenerator in ch.sahits.codegen.java | |
|---|---|
interface |
IJetCodeGenerator
This interface denotes a class that can generate a jetemplate |
| Methods in ch.sahits.codegen.java that return IGenerator | |
|---|---|
IGenerator |
GeneratorFactory.getInstance(EGenerationType type)
Provide a generator for the type |
| Uses of IGenerator in ch.sahits.codegen.java.generator.ast |
|---|
| Classes in ch.sahits.codegen.java.generator.ast that implement IGenerator | |
|---|---|
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 |
ASTBeanWithDelete
This class is a generator class that copies the delete method into the provided base class. |
class |
ASTGenerator
This generator generates the java file by generating the rump with JET. |
class |
JETASTGenerator
Generator class to generate Code with a Jet template and improve on it with AST |
| Uses of IGenerator in ch.sahits.codegen.java.generator.jettemplate |
|---|
| Classes in ch.sahits.codegen.java.generator.jettemplate that implement IGenerator | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||