Package org.objectweb.speedo.query.jdo

Examples of org.objectweb.speedo.query.jdo.JDOExtent


     */
    public Extent getExtent(Class persistenceCapableClass,
                            boolean subclasses) {
        assertIsOpen();
        bindPMThread();
        return new JDOExtent(
      persistenceCapableClass, subclasses, this, jf, prefetchOnExtent, logger);
    }
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.query.jdo.JDOExtent

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.