Uses of Interface
ch.sahits.codegen.model.IJetGatewayConfiguration

Packages that use IJetGatewayConfiguration
ch.sahits.codegen.generator   
ch.sahits.codegen.java.generator.ast   
ch.sahits.codegen.java.generator.jettemplate   
ch.sahits.codegen.model   
 

Uses of IJetGatewayConfiguration in ch.sahits.codegen.generator
 

Methods in ch.sahits.codegen.generator that return IJetGatewayConfiguration
 IJetGatewayConfiguration AbstractGenerator.getConfig()
          Returns the Config object
 IJetGatewayConfiguration IGenerator.getConfig()
          Get the configuration of the generator
 

Methods in ch.sahits.codegen.generator with parameters of type IJetGatewayConfiguration
 void IBaseGenerator.init(IJetGatewayConfiguration config)
          This method initializes the configuration of the Generator.
 void JETGateway.init(IJetGatewayConfiguration config)
          Initialize the configuration This initializing method is called by the generators once the Object is created dynamically
 void AbstractGenerator.setConfig(IJetGatewayConfiguration config)
           
 

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

Methods in ch.sahits.codegen.java.generator.ast that return IJetGatewayConfiguration
 IJetGatewayConfiguration ASTBeanWithDelete.getConfig()
          Retrieve the configuration object
 

Methods in ch.sahits.codegen.java.generator.ast with parameters of type IJetGatewayConfiguration
 void ASTBeanWithDelete.init(IJetGatewayConfiguration config)
          Null implementation Do nothing since the initialization is done with ASTBeanWithDelete.init()
 void ASTGenerator.init(IJetGatewayConfiguration config)
          Initialize the configuration
 void PureASTOracleDAOGenerator.init(IJetGatewayConfiguration config)
          Null implementation since the initialization must be done with PureASTOracleDAOGenerator.setBaseClass(String) and setModel(IGeneratedJavaDBClass)
 

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

Methods in ch.sahits.codegen.java.generator.jettemplate with parameters of type IJetGatewayConfiguration
 void AbstractJETTemplateGenerator.init(IJetGatewayConfiguration config)
          Initialize the configuration and generator
 

Uses of IJetGatewayConfiguration in ch.sahits.codegen.model
 

Classes in ch.sahits.codegen.model that implement IJetGatewayConfiguration
 class Config
          Meta-data for code generation.