| org.apache.ojb.junit.ODMGTestCase org.apache.ojb.odmg.ManyToManyTest
testMtoNPolymorphDelete | public void testMtoNPolymorphDelete() throws Exception(Code) | | main object gourment has list of food objects, this
test check if we delete one food object from the list
and lock the main object, do get an updated list
|
testMtoNPolymorphUpdate | public void testMtoNPolymorphUpdate() throws Exception(Code) | | main object gourment has list of food objects, this
test check if we add one food object to the list
and lock the main object, do get an updated list
|
testMtoNSeparate_II | public void testMtoNSeparate_II() throws Exception(Code) | | |
testPolymorphMToN | public void testPolymorphMToN() throws Exception(Code) | | this tests if polymorph collections (i.e. collections of objects
implementing a common interface) are treated correctly
|
|
|