Skip to:
If mappedBy references an association mapped to a @JoinFormula, Hibernate fails with a CCE.
mappedBy
@JoinFormula
It would be better if we made this work.
The issue is that TableBinder.bindFk() assumes the mapping contains only columns.
TableBinder.bindFk()
If
mappedBy
references an association mapped to a@JoinFormula
, Hibernate fails with a CCE.It would be better if we made this work.