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

Static factory methods for Association #48

Closed
wants to merge 1 commit into from

Commits on Mar 2, 2021

  1. GH-48 - Static factory methods for Association.

    Introduced Association.forAggregate(…) and ….forId(…) to easily create Association instances without having to explicitly implement it. Implementations return a SimpleAssociation that implements equals(…) and hashCode() by verifying the equality of both the actual association type and the target identifier. Introduced pointsToSameAggregateAs(…) for identifier only comparison.
    odrotbohm committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d9232e3 View commit details
    Browse the repository at this point in the history