public interface AuxiliaryStoreOperations
| Modifier and Type | Method and Description |
|---|---|
void |
graphAddStoreProperty(Property property) |
void |
graphChangeStoreProperty(Property previousProperty,
Property property) |
void |
graphRemoveStoreProperty(Property property) |
void |
nodeAddStoreProperty(long nodeId,
Property property) |
void |
nodeChangeStoreProperty(long nodeId,
Property previousProperty,
Property property) |
void |
nodeDelete(long nodeId) |
void |
nodeRemoveStoreProperty(long nodeId,
Property property) |
void |
relationshipAddStoreProperty(long relationshipId,
Property property) |
void |
relationshipChangeStoreProperty(long relationshipId,
Property previousProperty,
Property property) |
void |
relationshipDelete(long relationshipId) |
void |
relationshipRemoveStoreProperty(long relationshipId,
Property property) |
void nodeAddStoreProperty(long nodeId,
Property property)
throws PropertyNotFoundException
PropertyNotFoundExceptionvoid nodeChangeStoreProperty(long nodeId,
Property previousProperty,
Property property)
throws PropertyNotFoundException
PropertyNotFoundExceptionvoid relationshipAddStoreProperty(long relationshipId,
Property property)
throws PropertyNotFoundException
PropertyNotFoundExceptionvoid relationshipChangeStoreProperty(long relationshipId,
Property previousProperty,
Property property)
throws PropertyNotFoundException
PropertyNotFoundExceptionvoid nodeRemoveStoreProperty(long nodeId,
Property property)
throws PropertyNotFoundException
PropertyNotFoundExceptionvoid relationshipRemoveStoreProperty(long relationshipId,
Property property)
throws PropertyNotFoundException
PropertyNotFoundExceptionvoid graphAddStoreProperty(Property property) throws PropertyNotFoundException
PropertyNotFoundExceptionvoid graphChangeStoreProperty(Property previousProperty, Property property) throws PropertyNotFoundException
PropertyNotFoundExceptionvoid graphRemoveStoreProperty(Property property)
void nodeDelete(long nodeId)
void relationshipDelete(long relationshipId)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.