[hibernate-issues] [Hibernate-JIRA] Resolved: (ANN-424) column overriding fails on composite elements when defined at the entity level
Emmanuel Bernard (JIRA)
noreply at atlassian.com
Mon Aug 28 00:37:24 EDT 2006
[ http://opensource.atlassian.com/projects/hibernate/browse/ANN-424?page=all ]
Emmanuel Bernard resolved ANN-424:
----------------------------------
Resolution: Fixed
> column overriding fails on composite elements when defined at the entity level
> ------------------------------------------------------------------------------
>
> Key: ANN-424
> URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-424
> Project: Hibernate Annotations
> Type: Bug
> Components: binder
> Versions: 3.2.0.cr1
> Reporter: Emmanuel Bernard
> Assignee: Emmanuel Bernard
> Fix For: 3.2.0
>
>
> @Entity
> @AttributeOverrides({
> @AttributeOverride( name="favoriteToys.element.brand.surname", column = @Column(name = "fld_surname"))}
> )
> public class Boy {
--
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