Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PersistentEntity.doWithAll(…) to handle properties and associations #2325

Closed
odrotbohm opened this issue Mar 11, 2021 · 0 comments
Closed
Assignees
Labels
in: mapping Mapping and conversion infrastructure type: enhancement A general enhancement

Comments

@odrotbohm
Copy link
Member

odrotbohm commented Mar 11, 2021

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.

@odrotbohm odrotbohm self-assigned this Mar 11, 2021
@odrotbohm odrotbohm added this to the 2.5 RC1 (2021.0.0) milestone Mar 11, 2021
@odrotbohm odrotbohm added in: mapping Mapping and conversion infrastructure type: enhancement A general enhancement labels Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: mapping Mapping and conversion infrastructure type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants