| org.apache.ojb.junit.PBTestCase org.apache.ojb.broker.M2NGraphTest
M2NGraphTest | public class M2NGraphTest extends PBTestCase (Code) | | Realize object tree via m:n relation.
IMPORTANT NOTE: The global runtime metadata changes made by this test case
are NOT recommended in multithreaded environments, because they are global
and each thread will be affected.
author: Armin Waibel version: $Id: M2NGraphTest.java,v 1.2.2.3 2005/12/21 22:31:23 tomdz Exp $ |
Inner Class :public static class Node | |
changeRelationMetadata | void changeRelationMetadata(String field, boolean autoRetrieve, int autoUpdate, int autoDelete, boolean proxy)(Code) | | |
testAddNewChild_1 | public void testAddNewChild_1() throws Exception(Code) | | All stuff is done by OJB
|
testAddNewChild_2 | public void testAddNewChild_2() throws Exception(Code) | | Autoretrieve is true, update/delete is done by hand
|
testAddNewChild_3 | public void testAddNewChild_3() throws Exception(Code) | | Do all work manually
|
|
|