Package org.jpox.store.rdbms.query

Examples of org.jpox.store.rdbms.query.UnionIteratorStatement


                    iterateUsingDiscriminator = true;
                }
                else
                {
                    // The element has potential subclasses and no discrim so use UNIONs
                    elementStmt = new UnionIteratorStatement(clr, elementCls, true, this.storeMgr,
                        elementCls, elementMapping, containerTable, false, Boolean.TRUE,
                        true, allowsNull).getQueryStatement(null);
                }
               
                if (stmt == null)
View Full Code Here

TOP

Related Classes of org.jpox.store.rdbms.query.UnionIteratorStatement

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.