[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4679) Make sure @AssociationOverride support the dot notation (section 11.1.2)
Scott Marlow (JIRA)
noreply at atlassian.com
Mon Jan 11 12:50:29 EST 2010
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35180#action_35180 ]
Scott Marlow commented on HHH-4679:
-----------------------------------
ComponentPropertyHolder.getOverriddenJoinColumn is returning the joinColumns info for my test case (work in progress):
@AssociationOverride(
name="social.website",
joinColumns=@JoinColumn(name="xxx"))
@Embedded
ContactInfo contactInfo;
> Make sure @AssociationOverride support the dot notation (section 11.1.2)
> ------------------------------------------------------------------------
>
> Key: HHH-4679
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4679
> Project: Hibernate Core
> Issue Type: Sub-task
> Components: entity-manager
> Reporter: Emmanuel Bernard
> Assignee: Scott Marlow
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list