Toggle navigation
Home
org.neo4j.kernel.api.constraints.MandatoryNodePropertyConstraint to org.neo4j.kernel.api.constraints.NodePropertyExistenceConstraint
No. of Instances - 32
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Method invocation
visitAddedNodeMandatoryPropertyConstraint
to
visitAddedNodePropertyExistenceConstraint
visitAddedNodeMandatoryPropertyConstraint
to
visitAddedNodePropertyExistenceConstraint
mandatoryNodePropertyConstraintCreate
to
nodePropertyExistenceConstraintCreate
visitRemovedNodeMandatoryPropertyConstraint
to
visitRemovedNodePropertyExistenceConstraint
visitRemovedNodeMandatoryPropertyConstraint
to
visitRemovedNodePropertyExistenceConstraint
Rename Variable
mandatoryNodePropertyConstraintCreate
to
nodePropertyExistenceConstraintCreate
mandatoryNodePropertyConstraints
to
nodePropertyExistenceConstraints
mandatoryNodePropertyConstraintCreate
to
nodePropertyExistenceConstraintCreate
mandatoryNodePropertyConstraintCreate
to
nodePropertyExistenceConstraintCreate
mandatoryNodePropertyConstraintCreate
to
nodePropertyExistenceConstraintCreate
Add or Remove Method invocation
schemaStorage.mandatoryNodePropertyConstraint(element.label(),element.propertyKey())
to
schemaStorage.nodePropertyExistenceConstraint(element.label(),element.propertyKey())
MandatoryNodePropertyConstraintRule.mandatoryNodePropertyConstraintRule(schemaStorage.newRuleId(),element.label(),element.propertyKey())
to
NodePropertyExistenceConstraintRule.nodePropertyExistenceConstraintRule(schemaStorage.newRuleId(),element.label(),element.propertyKey())
statement.mandatoryNodePropertyConstraintCreate(typeId,propertyKeyId)
to
statement.nodePropertyExistenceConstraintCreate(typeId,propertyKeyId)
Cascading Type Change (Similar)
MandatoryNodePropertyConstraint
to
NodePropertyExistenceConstraint