You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
….doWithProperties(…)
and….doWithAssociations(…)
methods allow handling properties and associations through callbacks. In some cases, it makes sense to let thePropertyHandler
to also operate on the inverse property of anAssociation
. Let's add a….doWithAll(…)
method that does just that.The text was updated successfully, but these errors were encountered: