[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4694?page=c...
]
HG commented on HHH-4694:
-------------------------
Can you please explain what is a "fake" many-to-one relation and how is it
represented by @OneToMany+@JoinColumn and @ManyToOne+@Column(insertable=false,
updatable=false).
Support "fake" many-to-one bidirectional relations
--------------------------------------------------
Key: HHH-4694
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4694
Project: Hibernate ORM
Issue Type: New Feature
Components: envers
Reporter: Adam Warski
Assignee: Adam Warski
Fix For: 3.5.0-Beta-3
Such relations are mapped with @OneToMany+@JoinColumn and
@ManyToOne+@Column(insertable=false, updatable=false).
This will be supported by an experimental @AuditMappedBy annotation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira