0
votes

I'm using Spring Data for Neo4j for my app, i have introduced delete cypher query into app and see some wierd node names in Cypher query builder starting for _. For example i have node Vote and see that also _Vote exists in DB. Why they appear? something is done wrong?

Thanks

1

1 Answers

0
votes

Nothing wrong, the ones with underscores denote the concrete type that was inserted in the database, for type-hierarchies.