|
Change Parameter Type index : DefinitionWithProperties to properties : Iterable<String> in method public getPropertyKeyNameAt(properties Iterable<String>, propertyKeyIndex int) : String in class org.neo4j.kernel.impl.coreapi.schema.PropertyNameUtils |
From |
To |
|
Change Parameter Type constraint : IndexBackedConstraint to constraint : UniquenessConstraint in method private validateNoExistingNodeWithLabelAndProperty(state KernelStatement, constraint UniquenessConstraint, value Object, modifiedNode long) : void in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type constraint : IndexBackedConstraint to constraint : UniquenessConstraint in method public constraintIndexDoUnRemove(constraint UniquenessConstraint) : boolean in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type index : DefinitionWithProperties to properties : Iterable<String> in method private checkValidLabelAndProperties(label Label, labelId int, propertyKeyIds int[], properties Iterable<String>) : NodePropertyDescriptor in class org.neo4j.kernel.impl.coreapi.schema.PropertyNameUtils |
From |
To |
|
Change Parameter Type constraint : IndexBackedConstraint to constraint : UniquenessConstraint in method public constraintIndexDoUnRemove(constraint UniquenessConstraint) : boolean in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Variable Type constraint : NodePropertyConstraint to constraint : UniquenessConstraint in method public nodeAddLabel(state KernelStatement, nodeId long, labelId int) : boolean in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type constraint : NodePropertyConstraint to constraint : UniquenessConstraint in method public nodeSetProperty(state KernelStatement, nodeId long, property DefinedProperty) : Property in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type constraints : Iterator<NodePropertyConstraint> to constraints : Iterator<UniquenessConstraint> in method public nodeAddLabel(state KernelStatement, nodeId long, labelId int) : boolean in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type constraintIterator : Iterator<NodePropertyConstraint> to constraintIterator : Iterator<UniquenessConstraint> in method public nodeSetProperty(state KernelStatement, nodeId long, property DefinedProperty) : Property in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |