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

Packages that use GenClassProp
org.objectweb.jorm.genclass.lib   
org.objectweb.jorm.mapper.fos.genclass   
org.objectweb.jorm.mapper.rdb.genclass   
 

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

Classes in org.objectweb.jorm.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.mapper.fos.genclass
 

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

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

Uses of GenClassProp in org.objectweb.jorm.mapper.rdb.genclass
 

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

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