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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira