Some minor changes based on 6.0 development. We will no longer integrate handling of AttributeConverter, Comparator and MutabilityPlan into the "Type" itself (in fact "Type" will largely go away). Instead those things are tracked on the Navigable. In terms of annotation/xml there is not much of a difference. So ultimately for a basic-valued Navigable we need to determine its:
- BasicType (which will continue to exist)
- JavaTypeDescriptor
- SqlTypeDescriptor
- Comparator
- MutabilityPlan
|