Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
JDO 2 rc1
-
None
Description
I noticed that there is a little mismatch between test case MakePersistent, the .sql files, and the .orm files for mappings 5, 6, 7 wrt. which persistence capable classes are needed:
- Test case MakePersistent uses pc class PCPoint only.
- The .sql files create tables PCPoint and PCRect.
- The .orm files specifiy metadata for pc classes PCPoint, PCPoint2, PCRect, and PrimitiveTypes.
This holds true for application identity and datastore identity as well.