inverse on composite relation
On Mon, May 31, 2010 at 11:04 PM, Scott Finnie wrote:
Submitted by Danny Groenewegen on 1 June 2010 at 19:42Just upgraded plugin and getting build errors:
“error: Inverse is only allowed on reference type properties.”
Have the Composite semantics changed?
This model used to work:
entity Menu {
meals <> List (inverse = Meal.menu)
}entity Meal {
menu -> Menu
}…but now fails with error mentioned above.
Log in to post comments