Toggle navigation
Home
org.neo4j.kernel.api.constraints.PropertyConstraint to org.neo4j.kernel.api.constraints.NodePropertyConstraint
No. of Instances - 79
No. of Commits - 3
No. of Projects - {'neo4j'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
PropertyConstraint
to
NodePropertyConstraint
Predicate<PropertyConstraint>
to
Predicate<NodePropertyConstraint>
PropertyConstraint
to
NodePropertyConstraint
Predicate<PropertyConstraint>
to
Predicate<NodePropertyConstraint>
PropertyConstraint
to
NodePropertyConstraint
Predicate<PropertyConstraint>
to
Predicate<NodePropertyConstraint>
PropertyConstraint
to
NodePropertyConstraint
Predicate<PropertyConstraint>
to
Predicate<NodePropertyConstraint>
PropertyConstraint
to
NodePropertyConstraint
Predicate<PropertyConstraint>
to
Predicate<NodePropertyConstraint>
PropertyConstraint
to
NodePropertyConstraint
PropertyConstraint
to
NodePropertyConstraint
Predicate<PropertyConstraint>
to
Predicate<NodePropertyConstraint>
Rename Variable
item
to
constraint
propertyConstraintIterator
to
constraints
constraintsChanges
to
nodeConstraintsChanges
constraintsChanges
to
nodeConstraintsChanges
constraintsChanges
to
nodeConstraintsChanges
constraintsChanges
to
nodeConstraintsChanges
item
to
constraint
constraintsChanges
to
nodeConstraintsChanges
Add or Remove Method invocation
hasProperty(node,constraint.propertyKeyId())
to
hasProperty(node,constraint.propertyKey())
item.propertyKeyId()
to
constraint.propertyKey()
item.propertyKeyId()
to
constraint.propertyKey()
statement.mandatoryPropertyConstraintCreate(labelId,propertyKeyId)
to
statement.mandatoryNodePropertyConstraintCreate(labelId,propertyKeyId)
Cascading Type Change (Different)
MandatoryPropertyConstraint
to
MandatoryNodePropertyConstraint
PropertyConstraintRule
to
NodePropertyConstraintRule
Predicate<PropertyConstraintRule>
to
Predicate<NodePropertyConstraintRule>
PropertyConstraintRule
to
NodePropertyConstraintRule
Rename Method invocation
constraintsChanges
to
nodeConstraintsChanges