Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.2.1
-
None
-
None
Description
AnnotationPersistenceMappingSerializer decides whether or not to include the referencedColumnName attribute in the @ManyToOne annotation based on whether the column passed to the serializeColumn() method has a non-null value for getTarget() (see line 544 or thereabouts). But the kind of column that is passed to this method will never have a target, as far as I can tell. Consequently it looks like referencedColumnName can never be output.
Attachments
Issue Links
- relates to
-
OPENJPA-1492 Change access on ReverseMappingTool#getAnnotationsForMeta(Object) from private to public
- Closed