| org.apache.ojb.junit.ODMGTestCase org.apache.ojb.odmg.RITest
RITest | public class RITest extends ODMGTestCase (Code) | | Demo Application that shows basic concepts for Applications using the OJB ODMG
implementation as an transactional object server.
|
testInsertAfterDelete | public void testInsertAfterDelete() throws Exception(Code) | | |
testStoreFKinPK | public void testStoreFKinPK() throws Exception(Code) | | Test referential integrity with the ODMG-Layer, the foreign key
is part of the primary key of the detail table in this case
|
testStoreFKnoPK | public void testStoreFKnoPK() throws Exception(Code) | | Test referential integrity with the ODMG-Layer, the foreign key
is not a part of the primary key of the detail.
|
|
|