Closed
Description
The ….doWithProperties(…)
and ….doWithAssociations(…)
methods allow handling properties and associations through callbacks. In some cases, it makes sense to let the PropertyHandler
to also operate on the inverse property of an Association
. Let's add a ….doWithAll(…)
method that does just that.