| |
|
| org.apache.ojb.junit.ODMGTestCase org.apache.ojb.odmg.BidirectionalAssociationTest
Inner Class :public static class ObjectA implements Serializable | |
Inner Class :public static class ObjectB implements Serializable | |
BidirectionalAssociationTest | public BidirectionalAssociationTest(String name)(Code) | | Insert the method's description here.
Creation date: (24.12.2000 00:33:40)
|
createWithUpdate | public void createWithUpdate() throws ODMGException(Code) | | test that we can create 2 objects that have a bidirectional association in ODMG API
|
deleteA | public void deleteA() throws Exception(Code) | | test deleting an object participating in a bidirectional associative relationship. Will throw if it can't delete.
throws: Exception - |
deleteB | public void deleteB() throws Exception(Code) | | test deleting an object participating in a bidirectional associative relationship. Will throw if it can't delete.
throws: Exception - |
testCreateWitUpdate | public void testCreateWitUpdate() throws Exception(Code) | | |
testCreateWithoutUpdate | public void testCreateWithoutUpdate() throws ODMGException(Code) | | this test doesn't work as OJB won't do the insert then execute the update.
throws: ODMGException - |
|
|
|