Uses of Class
org.objectweb.speedo.metadata.SpeedoCommonField

Packages that use SpeedoCommonField
org.objectweb.speedo.generation.jorm Jorm generator and Jorm meta information builder. 
org.objectweb.speedo.generation.jorm.rdb   
org.objectweb.speedo.metadata The Speedo meta information used for the persistent class enhancement. 
 

Uses of SpeedoCommonField in org.objectweb.speedo.generation.jorm
 

Methods in org.objectweb.speedo.generation.jorm with parameters of type SpeedoCommonField
 void JormMIMappingBuilder.createClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoCommonField sf)
          Creates the mapping of the name def (JORM meta object) corresponding to a reference to a persistent class from a persistent class.
 void JormMIMappingBuilder.createGenClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoCommonField sf)
          Creates the mapping of the name def (JORM meta object) corresponding to a reference to a persistent generic class.
 

Uses of SpeedoCommonField in org.objectweb.speedo.generation.jorm.rdb
 

Methods in org.objectweb.speedo.generation.jorm.rdb with parameters of type SpeedoCommonField
 void RdbJORMMapping.createClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoCommonField sf)
          Creates the mapping of the name def (JORM meta object) corresponding to a reference to a persistent class from a persistent class.
 void RdbJORMMapping.createGenClassRefNameDefMapping(org.objectweb.jorm.metainfo.api.ClassMapping cm, org.objectweb.jorm.metainfo.api.NameDef nd, SpeedoCommonField sf)
           
 

Uses of SpeedoCommonField in org.objectweb.speedo.metadata
 

Subclasses of SpeedoCommonField in org.objectweb.speedo.metadata
 class SpeedoField
          This class corresponds to the description of persistent fields.
 class SpeedoInheritedField
          Defines a persistent field inherited from an ancestor.