public static interface PropertyContainerState.Visitor
| Modifier and Type | Method and Description |
|---|---|
void |
visitPropertyChanges(long entityId,
Iterator<StorageProperty> added,
Iterator<StorageProperty> changed,
Iterator<Integer> removed) |
void visitPropertyChanges(long entityId,
Iterator<StorageProperty> added,
Iterator<StorageProperty> changed,
Iterator<Integer> removed)
throws org.neo4j.kernel.api.exceptions.schema.ConstraintValidationKernelException
org.neo4j.kernel.api.exceptions.schema.ConstraintValidationKernelExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.