Uses of Class
org.objectweb.speedo.generation.mivisitor.AbstractMetaInfoVisitor

Packages that use AbstractMetaInfoVisitor
org.objectweb.speedo.generation.mivisitor Speedo meta information visitor used in ordet to fill it with 'forgotten' user information. 
org.objectweb.speedo.generation.mivisitor.ejb   
org.objectweb.speedo.generation.mivisitor.jdo   
org.objectweb.speedo.generation.recompiler   
 

Uses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.mivisitor
 

Subclasses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.mivisitor
 class CascadeDeleteSetter
          Manage the cascade-delete option.
 class DataStoreId
          This SMI visitor manages the datastore identifier strategy.
 class DiscriminatorVisitor
           
 class FieldConverterVisitor
          Add extensions FIELD_CONVERTER for various type: - java.sql.* - java.util.Locale
 class IndexVisitor
           
 class InheritanceVisitor
           
 class JavaLangShorcutVisitor
          When the user specifies short names of java.lang.* classes, the values are replaced with the fully qualified name.
 class JMICleanerVisitor
           
 class KeyFieldChecker
          Checks the keyField speedo extension.
 class MetaDataAnalyzer
           
 class MetaInfoVisitorImpl
          This class is the default implementation of the Speedo Meta information visitor.
 class PrimaryKeyFieldAdder
           
 class ReverseFieldAdder
          Add the reverse extensions on the forgetten side.
 class VersionFieldAdder
          This class adds the field version to the speedo class if the versioning strategy is not null.
 

Methods in org.objectweb.speedo.generation.mivisitor that return AbstractMetaInfoVisitor
protected abstract  AbstractMetaInfoVisitor[] MetaInfoVisitors.getMIVisitors()
           
 

Uses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.mivisitor.ejb
 

Methods in org.objectweb.speedo.generation.mivisitor.ejb that return AbstractMetaInfoVisitor
protected  AbstractMetaInfoVisitor[] EJBSMIVisitor.getMIVisitors()
           
 

Uses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.mivisitor.jdo
 

Subclasses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.mivisitor.jdo
 class ExtensionVerifier
          This class checks if the specified speedo extensions in .jdo file are supported.
 class MappingExtension2Jdo
          Translates JDO extension dedicated for the mapping into normal meta information (non extension meta object).
 class TupleExtensionCopier
          Copies all extensions defined on tuple node, into the field node.
 

Methods in org.objectweb.speedo.generation.mivisitor.jdo that return AbstractMetaInfoVisitor
protected  AbstractMetaInfoVisitor[] JDOSMIVisitor.getMIVisitors()
           
 

Uses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.recompiler
 

Subclasses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.recompiler
 class Recompiler
           
 class UpToDateVisitor
          Checks the date of the source and the built files: - .jdo / JMI file - .java / .class For each .jdo file, if the .jdo or a .java has been modified all classes are removed in order to re-enhance all classed.