Issue Type: Bug Bug
Affects Versions: 3.6.9
Assignee: Unassigned
Components: core
Created: 01/Mar/13 7:28 PM
Description:

A one-to-many JoinColumnsOrFormulas does not exist; a one to many relationship would allow us to write a query as:
parent outer join child on
parent.col1 = child.col2 // POSSIBLE using @JoinColumn
and parent.col2 = some_formula // POSSIBLE using @JoinFormula
and child.some_col = some_formula // NOT POSSIBLE
where child is null

Here the child.some_col = some_formula cannot go into a where clause and there is no way to join?

A many-to-one JoinColumnsOrFormulas works
child inner/outer join parent on parent.some_col = some_formula works fine

Project: Hibernate ORM
Priority: Major Major
Reporter: radhakrishna
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira