[hibernate-issues] [Hibernate-JIRA] Created: (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:33:25 EDT 2006


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
 Assigned to: 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