Uses of Interface
org.objectweb.jorm.interp.genclass.api.GenClassProp

Packages that use GenClassProp
org.objectweb.jorm.interp.genclass.file.api   
org.objectweb.jorm.interp.genclass.file.lib   
org.objectweb.jorm.interp.genclass.fos.api   
org.objectweb.jorm.interp.genclass.fos.lib   
org.objectweb.jorm.interp.genclass.lib   
org.objectweb.jorm.interp.genclass.memory.api   
org.objectweb.jorm.interp.genclass.memory.lib   
org.objectweb.jorm.interp.genclass.rdb.api   
org.objectweb.jorm.interp.genclass.rdb.lib   
 

Uses of GenClassProp in org.objectweb.jorm.interp.genclass.file.api
 

Subinterfaces of GenClassProp in org.objectweb.jorm.interp.genclass.file.api
 interface FileGenClassProp
          author Sebastien Chassande-Barrioz
 

Uses of GenClassProp in org.objectweb.jorm.interp.genclass.file.lib
 

Classes in org.objectweb.jorm.interp.genclass.file.lib that implement GenClassProp
 class FileGenClassMapping
           
 

Uses of GenClassProp in org.objectweb.jorm.interp.genclass.fos.api
 

Subinterfaces of GenClassProp in org.objectweb.jorm.interp.genclass.fos.api
 interface FosGenClassProp
          author Sebastien Chassande-Barrioz
 

Uses of GenClassProp in org.objectweb.jorm.interp.genclass.fos.lib
 

Classes in org.objectweb.jorm.interp.genclass.fos.lib that implement GenClassProp
 class FosGenClassMapping
           
 

Uses of GenClassProp in org.objectweb.jorm.interp.genclass.lib
 

Classes in org.objectweb.jorm.interp.genclass.lib that implement GenClassProp
 class GenClassMapping
          This abstract class provides all the generic code for the PClassMapping associated with JORM generic classes.
 

Uses of GenClassProp in org.objectweb.jorm.interp.genclass.memory.api
 

Subinterfaces of GenClassProp in org.objectweb.jorm.interp.genclass.memory.api
 interface MemoryGenClassProp
          author Sebastien Chassande-Barrioz
 

Uses of GenClassProp in org.objectweb.jorm.interp.genclass.memory.lib
 

Classes in org.objectweb.jorm.interp.genclass.memory.lib that implement GenClassProp
 class MemoryGenClassMapping
           
 

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

Subinterfaces of GenClassProp in org.objectweb.jorm.interp.genclass.rdb.api
 interface RdbGenClassProp
          It dscribes the setters for defining the properties that can be set when initialising a RdbGenClassMapping.
 

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

Classes in org.objectweb.jorm.interp.genclass.rdb.lib that implement GenClassProp
 class RdbGenClassMapping
          This class provides the implementation of PClassMapping for RDBMS.