|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaInfoVisitor | |
---|---|
org.objectweb.speedo.generation.enhancer | Byte code transformations used by the enhancer. |
org.objectweb.speedo.generation.mivisitor | Speedo meta information visitor used in ordet to fill it with 'forgotten' user information. |
org.objectweb.speedo.generation.recompiler |
Uses of MetaInfoVisitor in org.objectweb.speedo.generation.enhancer |
---|
Classes in org.objectweb.speedo.generation.enhancer that implement MetaInfoVisitor | |
class |
MetaDataAnalyzer
|
Constructors in org.objectweb.speedo.generation.enhancer with parameters of type MetaInfoVisitor | |
MetaDataAnalyzer(MetaInfoVisitor mim)
|
Uses of MetaInfoVisitor in org.objectweb.speedo.generation.mivisitor |
---|
Classes in org.objectweb.speedo.generation.mivisitor that implement MetaInfoVisitor | |
class |
AbstractMetaInfoVisitor
|
class |
DataStoreIdAdder
Assign a default value for the datastore identifier: polymorphid |
class |
ExtensionVerifier
This class checks if the specified speedo extensions in .jdo file are supported. |
class |
FieldConverterVisitor
Add extensions FIELD_CONVERTER for various type: - java.sql.* - java.util.Locale |
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 |
MetaInfoVisitorImpl
|
class |
PrimaryKeyFieldAdder
|
class |
ReverseFieldAdder
Add the reverse extensions on the forgetten side. |
class |
TupleExtensionCopier
Copies all extensions defined on tuple node, into the field node. |
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 | |
TupleExtensionCopier(MetaInfoVisitor mim)
|
|
ReverseFieldAdder(MetaInfoVisitor mim)
|
|
PrimaryKeyFieldAdder(MetaInfoVisitor mim)
|
|
MetaInfoVisitorImpl(MetaInfoVisitor mim)
builds a MetaInfoVisitor which is the last of the chain |
|
KeyFieldChecker(MetaInfoVisitor mim)
|
|
AbstractMetaInfoVisitor(MetaInfoVisitor mim)
builds a MetaInfoVisitor which is the last of the chain |
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)
builds a MetaInfoVisitor which is the last of the chain |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |