Uses of Interface
ch.sahits.model.db.IBasicDataBaseTable

Packages that use IBasicDataBaseTable
ch.sahits.codegen.model   
ch.sahits.model.db   
ch.sahits.model.java.db   
ch.sahits.model.php.db   
 

Uses of IBasicDataBaseTable in ch.sahits.codegen.model
 

Methods in ch.sahits.codegen.model with parameters of type IBasicDataBaseTable
protected  BasicDataBaseTable BasicModelFactoryHelper.convert(IBasicDataBaseTable dbt)
          convert a DataBaseTable to a BasicDataBaseTable
 

Uses of IBasicDataBaseTable in ch.sahits.model.db
 

Classes in ch.sahits.model.db that implement IBasicDataBaseTable
 class BasicDataBaseTable
          Implementation of a database table model
 

Uses of IBasicDataBaseTable in ch.sahits.model.java.db
 

Classes in ch.sahits.model.java.db that implement IBasicDataBaseTable
 class DataBaseTable
          This bean represents the meta data of a table.
 

Uses of IBasicDataBaseTable in ch.sahits.model.php.db
 

Subinterfaces of IBasicDataBaseTable in ch.sahits.model.php.db
 interface IPHPDBModel
          Interface defining the PHP class model