Uses of Interface
org.objectweb.jorm.runtime.mapper.rdb.adapter.api.RdbAdpater

Packages that use RdbAdpater
org.objectweb.jorm.comp.generator.rdb   
org.objectweb.jorm.interp.genclass.rdb.api   
org.objectweb.jorm.interp.genclass.rdb.lib   
org.objectweb.jorm.runtime.mapper.rdb.adapter.lib   
 

Uses of RdbAdpater in org.objectweb.jorm.comp.generator.rdb
 

Fields in org.objectweb.jorm.comp.generator.rdb declared as RdbAdpater
protected  RdbAdpater RdbCommonHelper.adapter
          This field permits to access to the converstion type.
 

Constructors in org.objectweb.jorm.comp.generator.rdb with parameters of type RdbAdpater
RdbCommonHelper(RdbAdpater adapter)
           
RdbMappingMOP(RdbAdpater _tc)
           
RdbBindingMOP(RdbAdpater _adapter)
           
 

Uses of RdbAdpater in org.objectweb.jorm.interp.genclass.rdb.api
 

Methods in org.objectweb.jorm.interp.genclass.rdb.api with parameters of type RdbAdpater
 void RdbGenClassProp.setTypeConverter(RdbAdpater tc)
          Defines the type converter property of a generic class instance mapped to a RDB.
 

Uses of RdbAdpater in org.objectweb.jorm.interp.genclass.rdb.lib
 

Fields in org.objectweb.jorm.interp.genclass.rdb.lib declared as RdbAdpater
protected  RdbAdpater RdbGenClassMapping.typeConverter
          This is the type converter defined for a particular kind of RDB.
 

Methods in org.objectweb.jorm.interp.genclass.rdb.lib with parameters of type RdbAdpater
 void RdbGenClassMapping.setTypeConverter(RdbAdpater tc)
          Defines the type converter property of a generic class instance mapped to a RDB.
 

Uses of RdbAdpater in org.objectweb.jorm.runtime.mapper.rdb.adapter.lib
 

Classes in org.objectweb.jorm.runtime.mapper.rdb.adapter.lib that implement RdbAdpater
 class BasicRdbAdapter
           
 class FirebirdAdapter
          This class is a sql adapter for the Firebird relational database.
 class MckoiAdapter
           
 class MysqlAdapter
           
 class OracleAdapter
           
 class PostgresAdapter
           
 class SapdbAdapter
          This class is a sql adapter for the SapDB relational database.
 class SybaseAdapter
          This class is a sql adapter for the Sybase relational database.
 

Methods in org.objectweb.jorm.runtime.mapper.rdb.adapter.lib that return RdbAdpater
 RdbAdpater RdbAdapterFactory.getTypeConverter(java.lang.String dbn)
          This first possibility permits to specify the name for which a RdbAdpater is needed.
 RdbAdpater RdbAdapterFactory.getTypeConverter(CompilerParameter cp)
          This first possibility permits to specify a compiler parameter which containsthe all needed information to determine which a RdbAdpater must be returned.