mboapache opened a new pull request #24:
URL: https://github.com/apache/db-jdo/pull/24


   Added new TCK Test class IntAttributeConverterTest with converter test 
cases. 
   These tests cover the following test cases:
   (1) PCPoint class has two fields of type int and Integer that are converted 
to a different datastore type using the AttributeConverter 
IntegerToStringConverter.
   (2) PCPointAnnotated uses annotations instead of XML to define the 
converters in the JDO metadata.
   (3) Class PCPointProps is identical to PCPoint, but its JDO metadata defines 
the converters on properties instead of fields.
   (4) PCPointPropAnnotated uses annotations to define the converters on getter 
methods (properties).
    
   In addition I refactored the converter persistence capable classes PCRectXXX 
and PCPointXXX into its own package. Persistence capable classes PCRect and 
PCRectAnnotated map to the same datastore table, the same hold true for 
PCPoint, PCPointAnnotated, PCPointProps and PCPointPropsAnnotated - they map to 
the same datastore table. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to