Skip to content

Consider target type when calling getAllOf(…) #1996

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
Closed

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Mar 11, 2021

We now accept a type hint when calling getAllOf(…) to avoid materializing null instances when the actual type-hint cannot resolve to an entity.

Closes #1995
Depends on spring-projects/spring-data-keyvalue#356

mp911de added 2 commits March 11, 2021 15:35
We now accept a type hint when calling getAllOf(…) to avoid materializing null instances when the actual typehint cannot resolve to a entity.

Closes #1995
@mp911de mp911de added the type: bug A general bug label Mar 11, 2021
@mp911de mp911de added this to the 2.4.6 (2020.0.6) milestone Mar 11, 2021
@mp911de mp911de requested a review from christophstrobl March 11, 2021 14:38
christophstrobl pushed a commit that referenced this pull request Mar 15, 2021
We now accept a type hint when calling getAllOf(…) to avoid materializing null instances when the actual type hint cannot resolve to an entity.

Closes #1995
Original Pull Request: #1996
christophstrobl added a commit that referenced this pull request Mar 15, 2021
Original Pull Request: #1996
@christophstrobl christophstrobl deleted the issue/1995 branch March 15, 2021 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@TypeAlias used in sub objects only works for save not load
2 participants