Skip to content

DATACMNS-583 - DomainClassConverter returns input if given types are the same. #101

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

Closed
wants to merge 2 commits into from

Conversation

thomasdarimont
Copy link

DomainClassConverter now returns input when sourceType equals targetType.
Previously we erroneously tried to convert the sourceType to the idType of the targetType's backing Repository. As a side effect we also avoid performing some unnecessary converter hops.

Thomas Darimont added 2 commits October 28, 2014 15:16
…source- and targetType are equal.

Prepare issue branch.
…the same.

DomainClassConverter now returns input when sourceType equals targetType.
Previously we erroneously tried to convert the sourceType to the idType of the targetType's backing Repository. As a side effect we also avoid performing some unnecessary converter hops.

Origial pull request: #101.
thomasdarimont pushed a commit that referenced this pull request Oct 29, 2014
…the same.

DomainClassConverter now returns input when the source type is identical to the target type. Previously we erroneously tried to convert the sourceType to the idType of the targetType's backing repository. As a side effect we also avoid performing some unnecessary converter hops.

Original pull request: #101.
thomasdarimont pushed a commit that referenced this pull request Oct 29, 2014
…the same.

DomainClassConverter now returns input when the source type is identical to the target type. Previously we erroneously tried to convert the sourceType to the idType of the targetType's backing repository. As a side effect we also avoid performing some unnecessary converter hops.

Original pull request: #101.
thomasdarimont pushed a commit that referenced this pull request Oct 29, 2014
…the same.

DomainClassConverter now returns input when the source type is identical to the target type. Previously we erroneously tried to convert the sourceType to the idType of the targetType's backing repository. As a side effect we also avoid performing some unnecessary converter hops.

Original pull request: #101.
@odrotbohm odrotbohm closed this Oct 29, 2014
@odrotbohm odrotbohm deleted the issue/DATACMNS-583 branch October 29, 2014 08:41
Aloren pushed a commit to Aloren/spring-data-commons that referenced this pull request Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants