Package org.objectweb.speedo.generation.mivisitor

Examples of org.objectweb.speedo.generation.mivisitor.JavaLangShorcutVisitor


                new ReverseFieldAdder(Personality.JDO),
                new InheritanceVisitor(Personality.JDO),
                new MetaDataAnalyzer(Personality.JDO),
                new DiscriminatorVisitor(Personality.JDO),
                new PrimaryKeyFieldAdder(Personality.JDO),
                new JavaLangShorcutVisitor(Personality.JDO),
                new VersionFieldAdder(Personality.JDO),
        new CascadeDeleteSetter(Personality.JDO),
                new DataStoreId(Personality.JDO),
                new FieldConverterVisitor(Personality.JDO),
                new ExtensionVerifier(Personality.JDO),
View Full Code Here


                new ReverseFieldAdder(Personality.EJB),
                new InheritanceVisitor(Personality.EJB),
                new MetaDataAnalyzer(Personality.EJB),
                new DiscriminatorVisitor(Personality.EJB),
                //new PrimaryKeyFieldAdder(Personality.EJB),
                new JavaLangShorcutVisitor(Personality.EJB),
                new VersionFieldAdder(Personality.EJB),
                new CascadeDeleteSetter(Personality.EJB),
                //new DataStoreId(Personality.EJB),
                new FieldConverterVisitor(Personality.EJB)
            };
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.generation.mivisitor.JavaLangShorcutVisitor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.