Package org.apache.geronimo.persistence

Examples of org.apache.geronimo.persistence.TemporaryClassLoader$IsAnnotationVisitor


            this.classLoader = classLoader;
            this .transformers = new ArrayList<TransformerWrapper>();
           
            // This classloader can only be used during PersistenceProvider.createContainerEntityManagerFactory() calls
            // Possible that it could be cleaned up sooner, but for now it's destroyed when the PUGBean is stopped
            this.tempClassLoader = new TemporaryClassLoader(classLoader);
        }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.persistence.TemporaryClassLoader$IsAnnotationVisitor

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.