Package org.apache.torque.test.dbobject

Examples of org.apache.torque.test.dbobject.LocalIfcTable


            assertTrue("IfcTablePeer.doSelect should return"
                    + " instances of TestInterface",
                ifcTable instanceof TestInterface);
        }

        LocalIfcTable localIfc = new LocalIfcTable();

        assertTrue("LocalIfcTable should be an instance of LocalTestInterface",
                localIfc instanceof LocalTestInterface);

        List<LocalIfcTable> results2 = LocalIfcTablePeer.doSelect(new Criteria());
View Full Code Here

TOP

Related Classes of org.apache.torque.test.dbobject.LocalIfcTable

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.