org.apache.ojb.odmg.shared |
|
Java Source File Name | Type | Comment |
Article.java | Class | Simple Article class is not derived from any base class nor does it implement any Interface,
but still it can be made persistent by the PersistenceBroker. |
DetailFKinPK.java | Class | the facade to all TestCases in this package. |
DetailFKnoPK.java | Class | the facade to all TestCases in this package. |
Master.java | Class | the facade to all TestCases in this package. |
Member.java | Class | |
ODMGGourmet.java | Class | |
ODMGZoo.java | Class | This class just extends the Zoo class and doesn't add any functionality.
It is necessary, so a different mapping can be used in the repository file
(i.e. |
Person.java | Interface | |
PersonImpl.java | Class | |
ProductGroup.java | Class | represents a product group containing a set of Articles. |
Project.java | Class | |
Role.java | Class | |
Site.java | Class | |
TestClassA.java | Class | |
TestClassAWithBProxy.java | Class | This class is used in the TestCase for testing correct foreign-key assignment
when the referenced object happens to be a proxy (i.e. |
TestClassB.java | Class | |
TestClassBProxy.java | Class | This class is used to test the correct assignment
of foreign keys when the referenced object (i.e. |
TestClassBProxyI.java | Interface | |