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

Packages that use IBasicDBConnectionModelGenerator
ch.sahits.codegen.extensions   
ch.sahits.codegen.java.input.db   
ch.sahits.codegen.java.model   
ch.sahits.codegen.model   
 

Uses of IBasicDBConnectionModelGenerator in ch.sahits.codegen.extensions
 

Methods in ch.sahits.codegen.extensions that return IBasicDBConnectionModelGenerator
static IBasicDBConnectionModelGenerator InputDBConnection.getParser(java.lang.String dbProduct)
          Retrieve the IBasicDBConnectionModelGenerator from the extension point.
 

Uses of IBasicDBConnectionModelGenerator in ch.sahits.codegen.java.input.db
 

Classes in ch.sahits.codegen.java.input.db that implement IBasicDBConnectionModelGenerator
 class MySQLConnectionModelGenerator
          This class can generate a model from a connection to a MySQL database.
 class OracleConnectorModelGenerator
          This class can generate a model from a connection to a Oracle database.
 class SQLServerConnectionModelGenerator
          This class can generate a model from a connection to a SQL Server database.
 

Uses of IBasicDBConnectionModelGenerator in ch.sahits.codegen.java.model
 

Subinterfaces of IBasicDBConnectionModelGenerator in ch.sahits.codegen.java.model
 interface IDBConnectionModelGenerator
          This interface supplies the basic interface with an init method matching the needs to create a Java class
 

Uses of IBasicDBConnectionModelGenerator in ch.sahits.codegen.model
 

Subinterfaces of IBasicDBConnectionModelGenerator in ch.sahits.codegen.model
 interface IGeneralDBConnectionModelGenerator
          This interface supplies the IBasicDBConnectionModelGenerator interface with a init method for general non JAva specific code generation
 

Methods in ch.sahits.codegen.model that return IBasicDBConnectionModelGenerator
 IBasicDBConnectionModelGenerator IBasicDBDefinitionPageGeneratable.getModelGenerator(java.lang.String key)
          Retrieve the model generator for a definition page.