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

Packages that use SpeedoElement
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 SpeedoElement in org.objectweb.speedo.generation.jorm
 

Methods in org.objectweb.speedo.generation.jorm with parameters of type SpeedoElement
 PrimitiveElementMapping JormMIMappingBuilder.createFieldMapping(PrimitiveElement pe, SpeedoElement selem, HelperClassMapping cm)
          It creates the mapping of a primitive field.
 

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

Methods in org.objectweb.speedo.generation.jorm.rdb with parameters of type SpeedoElement
 PrimitiveElementMapping OneTableRdbJormIMappingBuilder.createFieldMapping(PrimitiveElement pe, SpeedoElement selem, HelperClassMapping cm)
          The column name is built with the field name.
 

Uses of SpeedoElement in org.objectweb.speedo.metadata
 

Subclasses of SpeedoElement in org.objectweb.speedo.metadata
 class SpeedoArray
          Describes the tag array of a XML file.
 class SpeedoClass
          Describes a persistence capable class.
 class SpeedoCollection
          Description of the tag collection in XML files.
 class SpeedoField
          This class corresponds to the description of persistent capable fields.
 class SpeedoMap
          This class describes the element map of a file ".jdo".
 class SpeedoPackage
          Describes a package which contains persistence capable classes.
 class SpeedoTuple
          Describes elements contained into a field.
 

Fields in org.objectweb.speedo.metadata declared as SpeedoElement
 SpeedoElement SpeedoExtension.jdoElement
          Description of the element containing this extension.
 

Constructors in org.objectweb.speedo.metadata with parameters of type SpeedoElement
SpeedoExtension(java.lang.String vendorName, java.lang.String key, java.lang.String value, SpeedoElement jdoElement)