We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
null
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
As raised here https://community.neo4j.com/t/sdn6-using-projection-persistence-with-primitive-fields/45177 SDN will fail with a NPE if the target field would be defined as a primitive.
The text was updated successfully, but these errors were encountered:
GH-2395 - Prepare branch.
6863a6b
GH-2395 - Respect null values for primitives in DTO projection conver…
ad49a2d
…sion. Closes #2395
32e7ada
fb38347
This issue still occurs in 6.2.2. The NPE is now on line 77:
PreferredConstructor> constructor = targetEntity .getPersistenceConstructor();
Sorry, something went wrong.
meistermeier
No branches or pull requests
As raised here https://community.neo4j.com/t/sdn6-using-projection-persistence-with-primitive-fields/45177 SDN will fail with a NPE if the target field would be defined as a primitive.
The text was updated successfully, but these errors were encountered: