You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michael-simons
changed the title
"Unable to convert java.util.UUID to Neo4j Value" when using @DynamicLabels
Ids need to be potentially converted before dynamic labels are determined.
Jun 21, 2021
Issue
Cannot save node entities that have
UUID
field as@Id
and other field with@DynamicLabels
. For instance:Environment
Example project
This is a super simple example application, that will try to clean up the repository and create a node afterwards: neo4j_test.zip
Exception
The relevant log portion (with DEBUG enabled for
org.springframework.data.neo4j
):Other information
The issue don't happen if any of the conditions bellow are true:
@Id
field is another datatype (likeLong
);@DynamicLabels
.The text was updated successfully, but these errors were encountered: