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

Packages that use IGeneralDBConnectionModelGenerator
ch.sahits.codegen.java.input.db   
 

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

Classes in ch.sahits.codegen.java.input.db that implement IGeneralDBConnectionModelGenerator
 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.