Closed jadell closed 13 years ago
Setting a property on an entity to null should have the same the same effect as removeProperty : https://github.com/neo4j/community/issues/115
null
removeProperty
Still return null from the client when getting the property, but make sure the property is removed from the entity persistence.
Setting a property on an entity to
null
should have the same the same effect asremoveProperty
: https://github.com/neo4j/community/issues/115Still return
null
from the client when getting the property, but make sure the property is removed from the entity persistence.