Package org.objectweb.speedo.generation.mivisitor

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


                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),
                new MappingExtension2Jdo(Personality.JDO),
        new IndexVisitor(Personality.JDO)
            };
View Full Code Here

TOP

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

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.