Package org.jpox.store.rdbms.extent

Examples of org.jpox.store.rdbms.extent.ClassViewExtent


        else
        {
            // "new-table", "superclass-table", "subclass-table"
            if (t instanceof ClassView)
            {
                return new ClassViewExtent(om, t, c, subclasses, cmd);
            }
            else if (t instanceof ClassTable)
            {
                return new ClassTableExtent(om, t, c, subclasses, cmd);
            }
View Full Code Here

TOP

Related Classes of org.jpox.store.rdbms.extent.ClassViewExtent

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.