Uses of Interface
org.objectweb.speedo.generation.mivisitor.MetaInfoVisitor

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

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

Classes in org.objectweb.speedo.generation.mivisitor that implement MetaInfoVisitor
 class AbstractMetaInfoVisitor
           
 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 MetaInfoVisitor
 MetaInfoVisitor MetaInfoVisitor.getNext()
           
 MetaInfoVisitor AbstractMetaInfoVisitor.getNext()
           
 

Methods in org.objectweb.speedo.generation.mivisitor with parameters of type MetaInfoVisitor
 void MetaInfoVisitor.setNext(MetaInfoVisitor next)
           
 void AbstractMetaInfoVisitor.setNext(MetaInfoVisitor next)
           
 

Constructors in org.objectweb.speedo.generation.mivisitor with parameters of type MetaInfoVisitor
AbstractMetaInfoVisitor(MetaInfoVisitor mim, Personality p)
          builds a MetaInfoVisitor which is the last of the chain
CascadeDeleteSetter(MetaInfoVisitor mim, Personality p)
           
KeyFieldChecker(MetaInfoVisitor mim, Personality p)
           
MetaDataAnalyzer(MetaInfoVisitor mim, Personality p)
           
MetaInfoVisitorImpl(MetaInfoVisitor mim, Personality p)
          builds a MetaInfoVisitor which is the last of the chain
PrimaryKeyFieldAdder(MetaInfoVisitor mim, Personality p)
           
ReverseFieldAdder(MetaInfoVisitor mim, Personality p)
           
 

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

Classes in org.objectweb.speedo.generation.mivisitor.jdo that implement MetaInfoVisitor
 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.
 

Constructors in org.objectweb.speedo.generation.mivisitor.jdo with parameters of type MetaInfoVisitor
TupleExtensionCopier(MetaInfoVisitor mim, Personality p)
           
 

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

Classes in org.objectweb.speedo.generation.recompiler that implement MetaInfoVisitor
 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.
 

Constructors in org.objectweb.speedo.generation.recompiler with parameters of type MetaInfoVisitor
UpToDateVisitor(MetaInfoVisitor mim, Personality p)
          builds a MetaInfoVisitor which is the last of the chain