I've reviewed the latest test cases for JDO-709 proposed by Michael. The test cases introduce functionality not yet described by the specification.
So I've added the following to Chapter 6 in the Primitive types section. Fields and properties of primitive types may use a converter in order to convert values to and from database types. Because of auto-boxing, the converter may be defined to use the Java object type corresponding to the primitive type. And I've added the following to Chapter 6 in the Immutable Object Class types section. Fields and properties of immutable object types may use a converter in order to convert values to and from database types. Craig Craig L Russell c...@apache.org