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
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping JormMIMappingBuilder.createFieldMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoElement selem, org.objectweb.jorm.metainfo.api.CommonClassMapping 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
 org.objectweb.jorm.metainfo.api.PrimitiveElementMapping OneTableRdbJormIMappingBuilder.createFieldMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe, SpeedoElement selem, org.objectweb.jorm.metainfo.api.CommonClassMapping 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 SpeedoColumn
           
 class SpeedoDatastoreId
           
 class SpeedoFetchGroup
           
 class SpeedoField
          This class corresponds to the description of persistent capable fields.
 class SpeedoIndex
           
 class SpeedoJoin
           
 class SpeedoMap
          This class describes the element map of a file ".jdo".
 class SpeedoPackage
          Describes a package which contains persistence capable classes.
 class SpeedoPredefinedQuery
           
 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)