|
Rename Method public mandatoryRelationshipPropertyConstraintCreate(relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraint renamed to public relationshipPropertyExistenceConstraintCreate(relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Rename Method public shouldCreateMandatoryNodePropertyConstraint() : void renamed to public shouldCreateNodePropertyExistenceConstraint() : void in class org.neo4j.unsafe.batchinsert.BatchInsertTest |
From |
To |
|
Rename Method public mandatoryNodePropertyConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : MandatoryNodePropertyConstraint renamed to public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.operations.SchemaWriteOperations |
From |
To |
|
Rename Method public mandatoryRelationshipPropertyConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraint renamed to public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Rename Method public mandatoryRelationshipPropertyConstraintCreate(relationshipTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraint renamed to public relationshipPropertyExistenceConstraintCreate(relationshipTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.api.SchemaWrite |
From |
To |
|
Rename Method private createRelationshipTypeMandatoryPropertyConstraint(typeName String, propertyKey String) : ConstraintDefinition renamed to private createRelationshipTypePropertyExistenceConstraint(typeName String, propertyKey String) : ConstraintDefinition in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method public shouldDifferentiateMandatoryRelationshipPropertyConstraints() : void renamed to public shouldDifferentiateRelationshipPropertyExistenceConstraints() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Rename Method public mandatoryRelationshipPropertyConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraint renamed to public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.operations.SchemaWriteOperations |
From |
To |
|
Rename Method public mandatoryNodePropertyConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : MandatoryNodePropertyConstraint renamed to public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Rename Method public visitMandatoryNodePropertyConstraint(constraint MandatoryNodePropertyConstraint, userDescription String) : void renamed to public visitNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint, userDescription String) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureVisitor |
From |
To |
|
Rename Method public visitMandatoryRelationshipPropertyConstraint(constraint MandatoryRelationshipPropertyConstraint, userDescription String) : void renamed to public visitRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint, userDescription String) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureVisitor |
From |
To |
|
Rename Method public mandatoryNodePropertyConstraintRule(id long, labelId int, propertyKeyId int) : MandatoryNodePropertyConstraintRule renamed to public relPropertyExistenceConstraintRule(id long, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.record.RelationshipPropertyExistenceConstraintRule |
From |
To |
|
Rename Method public mandatoryNodePropertyConstraintCreate(labelId int, propertyKeyId int) : MandatoryNodePropertyConstraint renamed to public nodePropertyExistenceConstraintCreate(labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.api.SchemaWrite |
From |
To |
|
Rename Method public visitAddedRelationshipMandatoryPropertyConstraint(constraint MandatoryRelationshipPropertyConstraint) : void renamed to public visitAddedRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.constraints.PropertyConstraint.ChangeVisitor |
From |
To |
|
Rename Method private createLabelMandatoryPropertyConstraint(labelName String, propertyKey String) : ConstraintDefinition renamed to private createLabelPropertyExistenceConstraint(labelName String, propertyKey String) : ConstraintDefinition in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method public drop_mandatory_node_property_constraint() : void renamed to public drop_node_property_existence_constraint() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method public checkMandatoryNodePropertyRule(rule MandatoryNodePropertyConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void renamed to public checkNodePropertyExistenceRule(rule NodePropertyExistenceConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.CheckStrategy |
From |
To |
|
Rename Method public visitRemovedRelationshipMandatoryPropertyConstraint(element MandatoryRelationshipPropertyConstraint) : void renamed to public visitRemovedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation.TransactionToRecordStateVisitor |
From |
To |
|
Rename Method public checkMandatoryRelationshipPropertyRule(rule MandatoryRelationshipPropertyConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void renamed to public checkRelationshipPropertyExistenceRule(rule RelationshipPropertyExistenceConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.CheckStrategy |
From |
To |
|
Rename Method private createMandatoryNodePropertyConstraint(label Label, prop String) : ConstraintDefinition renamed to private createNodePropertyExistenceConstraint(label Label, prop String) : ConstraintDefinition in class org.neo4j.graphdb.SchemaAcceptanceTest |
From |
To |
|
Rename Method public shouldCreateMandatoryRelationshipPropertyConstraint() : void renamed to public shouldCreateRelationshipPropertyExistenceConstraint() : void in class org.neo4j.graphdb.SchemaAcceptanceTest |
From |
To |
|
Rename Method public canListBothNodeAndRelationshipMandatoryPropertyConstraintsByLabelAndType() : void renamed to public canListBothNodeAndRelationshipPropertyExistenceConstraintsByLabelAndType() : void in class org.neo4j.shell.TestApps |
From |
To |
|
Rename Method public mandatoryRelPropertyConstraintRule(id long, relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraintRule renamed to public nodePropertyExistenceConstraintRule(id long, labelId int, propertyKeyId int) : NodePropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.record.NodePropertyExistenceConstraintRule |
From |
To |
|
Rename Method public mandatoryNodePropertyConstraintCreate(labelId int, propertyKeyId int) : MandatoryNodePropertyConstraint renamed to public nodePropertyExistenceConstraintCreate(labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Rename Method public shouldReturnCorrectMandatoryRuleForRelTypeAndProperty() : void renamed to public shouldReturnCorrectExistenceRuleForRelTypeAndProperty() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Rename Method public getRelationshipTypeMandatoryPropertyConstraints() : void renamed to public getRelationshipTypePropertyExistenceConstraints() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method public visitRemovedRelationshipMandatoryPropertyConstraint(element MandatoryRelationshipPropertyConstraint) : void renamed to public visitRemovedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor.Adapter |
From |
To |
|
Rename Method public visitMandatoryNodePropertyConstraint(constraint MandatoryNodePropertyConstraint, userDescription String) : void renamed to public visitNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint, userDescription String) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector |
From |
To |
|
Rename Method public visitMandatoryRelationshipPropertyConstraint(constraint MandatoryRelationshipPropertyConstraint, userDescription String) : void renamed to public visitRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint, userDescription String) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector |
From |
To |
|
Rename Method public readMandatoryRelPropertyConstraintRule(id long, relTypeId int, buffer ByteBuffer) : MandatoryRelationshipPropertyConstraintRule renamed to public readNodePropertyExistenceConstraintRule(id long, labelId int, buffer ByteBuffer) : NodePropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.record.NodePropertyExistenceConstraintRule |
From |
To |
|
Rename Method public getLabelMandatoryPropertyConstraints() : void renamed to public getLabelPropertyExistenceConstraints() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method public drop_mandatory_relationship_property_constraint() : void renamed to public drop_relationship_property_existence_constraint() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method public createNodeMandatoryPropertyConstraint() : void renamed to public createNodePropertyExistenceConstraint() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method public visitAddedNodeMandatoryPropertyConstraint(constraint MandatoryNodePropertyConstraint) : void renamed to public visitAddedNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Rename Method public visitRemovedNodeMandatoryPropertyConstraint(constraint MandatoryNodePropertyConstraint) : void renamed to public visitRemovedNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.constraints.PropertyConstraint.ChangeVisitor |
From |
To |
|
Rename Method public shouldReturnCorrectMandatoryRuleForLabelAndProperty() : void renamed to public shouldReturnCorrectExistenceRuleForLabelAndProperty() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Rename Method public visitAddedNodeMandatoryPropertyConstraint(element MandatoryNodePropertyConstraint) : void renamed to public visitAddedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation.TransactionToRecordStateVisitor |
From |
To |
|
Rename Method public shouldEnforceMandatoryConstraintWhenCreatingEntityWithoutProperty() : void renamed to public shouldEnforcePropertyExistenceConstraintWhenCreatingEntityWithoutProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyExistenceConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT |
From |
To |
|
Rename Method public visitRemovedNodeMandatoryPropertyConstraint(element MandatoryNodePropertyConstraint) : void renamed to public visitRemovedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor |
From |
To |
|
Rename Method public mandatoryNodePropertyConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : MandatoryNodePropertyConstraint renamed to public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Rename Method private createMandatoryNodePropertyConstraint(label Label, propertyKey String) : void renamed to private createNodePropertyExistenceConstraint(label Label, propertyKey String) : void in class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest |
From |
To |
|
Rename Method public addingMandatoryRelPropertyConstraintConstraintShouldBeIdempotent() : void renamed to public addingRelationshipPropertyExistenceConstraintConstraintShouldBeIdempotent() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Rename Method public visitAddedNodeMandatoryPropertyConstraint(element MandatoryNodePropertyConstraint) : void renamed to public visitAddedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor.Adapter |
From |
To |
|
Rename Method public canListMandatoryNodePropertyConstraintsByLabel() : void renamed to public canListNodePropertyExistenceConstraintsByLabel() : void in class org.neo4j.shell.TestApps |
From |
To |
|
Rename Method public mandatoryRelationshipPropertyConstraint(typeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraintRule renamed to public relationshipPropertyExistenceConstraint(typeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Rename Method public shouldDropMandatoryRelationshipPropertyConstraint() : void renamed to public shouldDropRelationshipPropertyExistenceConstraint() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Rename Method public visitAddedRelationshipMandatoryPropertyConstraint(element MandatoryRelationshipPropertyConstraint) : void renamed to public visitAddedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor |
From |
To |
|
Rename Method public visitRemovedRelationshipMandatoryPropertyConstraint(constraint MandatoryRelationshipPropertyConstraint) : void renamed to public visitRemovedRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Rename Method public shouldNotAllowDuplicatedMandatoryNodePropertyConstraints() : void renamed to public shouldNotAllowDuplicatedNodePropertyExistenceConstraints() : void in class org.neo4j.unsafe.batchinsert.BatchInsertTest |
From |
To |
|
Rename Method public getLabelMandatoryPropertyConstraint() : void renamed to public getLabelPropertyExistenceConstraint() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method public canListMandatoryNodePropertyConstraints() : void renamed to public canListNodePropertyExistenceConstraints() : void in class org.neo4j.shell.TestApps |
From |
To |
|
Rename Method private validateMandatoryNodePropertyConstraintCanBeCreated(labelId int, propertyKeyId int) : void renamed to private validateNodePropertyExistenceConstraintCanBeCreated(labelId int, propertyKeyId int) : void in class org.neo4j.unsafe.batchinsert.BatchInserterImpl |
From |
To |
|
Rename Method public visitAddedNodeMandatoryPropertyConstraint(constraint MandatoryNodePropertyConstraint) : void renamed to public visitAddedNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.constraints.PropertyConstraint.ChangeVisitor |
From |
To |
|
Rename Method public checkMandatoryNodePropertyRule(rule MandatoryNodePropertyConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void renamed to public checkNodePropertyExistenceRule(rule NodePropertyExistenceConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.RulesCheckStrategy |
From |
To |
|
Rename Method public checkMandatoryRelationshipPropertyRule(rule MandatoryRelationshipPropertyConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void renamed to public checkRelationshipPropertyExistenceRule(rule RelationshipPropertyExistenceConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.RulesCheckStrategy |
From |
To |
|
Rename Method public shouldCreateMandatoryRelationshipPropertyConstraint() : void renamed to public shouldCreateRelationshipPropertyExistenceConstraint() : void in class org.neo4j.unsafe.batchinsert.BatchInsertTest |
From |
To |
|
Rename Method public mandatoryNodePropertyConstraintCreate(state KernelStatement, labelId int, propertyKey int) : MandatoryNodePropertyConstraint renamed to public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKey int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Rename Method public canListMandatoryRelationshipPropertyConstraints() : void renamed to public canListRelationshipPropertyExistenceConstraints() : void in class org.neo4j.shell.TestApps |
From |
To |
|
Rename Method public createRelationshipMandatoryPropertyConstraint() : void renamed to public createRelationshipPropertyExistenceConstraint() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method private createMandatoryRelationshipPropertyConstraint(type RelationshipType, prop String) : ConstraintDefinition renamed to private createRelationshipPropertyExistenceConstraint(type RelationshipType, prop String) : ConstraintDefinition in class org.neo4j.graphdb.SchemaAcceptanceTest |
From |
To |
|
Rename Method public mandatoryRelationshipPropertyConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraint renamed to public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Rename Method public visitRemovedNodeMandatoryPropertyConstraint(element MandatoryNodePropertyConstraint) : void renamed to public visitRemovedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation.TransactionToRecordStateVisitor |
From |
To |
|
Rename Method public canListMandatoryRelationshipPropertyConstraintsByType() : void renamed to public canListRelationshipPropertyExistenceConstraintsByType() : void in class org.neo4j.shell.TestApps |
From |
To |
|
Rename Method public shouldAllowCreationOfUniquenessAndMandatoryPropertyConstraintOnSameLabelAndProperty() : void renamed to public shouldAllowCreationOfUniquenessAndExistenceConstraintOnSameLabelAndProperty() : void in class org.neo4j.unsafe.batchinsert.BatchInsertTest |
From |
To |
|
Rename Method public canListBothNodeAndRelationshipMandatoryPropertyConstraints() : void renamed to public canListBothNodeAndRelationshipPropertyExistenceConstraints() : void in class org.neo4j.shell.TestApps |
From |
To |
|
Rename Method public mandatoryNodePropertyConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : MandatoryNodePropertyConstraint renamed to public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public visitRemovedNodeMandatoryPropertyConstraint(element MandatoryNodePropertyConstraint) : void renamed to public visitRemovedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor.Adapter |
From |
To |
|
Rename Method public shouldAllowCreationOfIndexAndMandatoryPropertyConstraintOnSameLabelAndProperty() : void renamed to public shouldAllowCreationOfIndexAndExistenceConstraintOnSameLabelAndProperty() : void in class org.neo4j.unsafe.batchinsert.BatchInsertTest |
From |
To |
|
Rename Method public mandatoryRelationshipPropertyConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraint renamed to public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public visitAddedRelationshipMandatoryPropertyConstraint(constraint MandatoryRelationshipPropertyConstraint) : void renamed to public visitAddedRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Rename Method public visitRemovedRelationshipMandatoryPropertyConstraint(constraint MandatoryRelationshipPropertyConstraint) : void renamed to public visitRemovedRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.constraints.PropertyConstraint.ChangeVisitor |
From |
To |
|
Rename Method public canListMandatoryRelationshipPropertyConstraintsByTypeAndProperty() : void renamed to public canListRelationshipPropertyExistenceConstraintsByTypeAndProperty() : void in class org.neo4j.shell.TestApps |
From |
To |
|
Rename Method public mandatoryNodePropertyConstraint(labelId int, propertyKeyId int) : MandatoryNodePropertyConstraintRule renamed to public nodePropertyExistenceConstraint(labelId int, propertyKeyId int) : NodePropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Rename Method public visitAddedRelationshipMandatoryPropertyConstraint(element MandatoryRelationshipPropertyConstraint) : void renamed to public visitAddedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation.TransactionToRecordStateVisitor |
From |
To |
|
Rename Method private createMandatoryRelPropertyConstraint(typeName String, propertyName String) : void renamed to private createRelPropertyExistenceConstraint(typeName String, propertyName String) : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Rename Method public getRelationshipTypeMandatoryPropertyConstraint() : void renamed to public getRelationshipTypePropertyExistenceConstraint() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method public readMandatoryNodePropertyConstraintRule(id long, labelId int, buffer ByteBuffer) : MandatoryNodePropertyConstraintRule renamed to public readRelPropertyExistenceConstraintRule(id long, relTypeId int, buffer ByteBuffer) : RelationshipPropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.record.RelationshipPropertyExistenceConstraintRule |
From |
To |
|
Rename Method public visitRemovedRelationshipMandatoryPropertyConstraint(element MandatoryRelationshipPropertyConstraint) : void renamed to public visitRemovedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor |
From |
To |
|
Rename Method public canListMandatoryNodePropertyConstraintsByLabelAndProperty() : void renamed to public canListNodePropertyExistenceConstraintsByLabelAndProperty() : void in class org.neo4j.shell.TestApps |
From |
To |
|
Rename Method public shouldNotAllowDuplicatedMandatoryRelationshipPropertyConstraints() : void renamed to public shouldNotAllowDuplicatedRelationshipPropertyExistenceConstraints() : void in class org.neo4j.unsafe.batchinsert.BatchInsertTest |
From |
To |
|
Rename Method public visitAddedRelationshipMandatoryPropertyConstraint(element MandatoryRelationshipPropertyConstraint) : void renamed to public visitAddedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor.Adapter |
From |
To |
|
Rename Method public shouldNotDropMandatoryPropertyConstraintThatDoesNotExistWhenThereIsAUniquePropertyConstraint() : void renamed to public shouldNotDropPropertyExistenceConstraintThatDoesNotExistWhenThereIsAUniquePropertyConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Rename Method private createMandatoryNodePropertyConstraint(labelName String, propertyName String) : void renamed to private createNodePropertyExistenceConstraint(labelName String, propertyName String) : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Rename Method public shouldAddMandatoryRelationshipPropertyConstraint() : void renamed to public shouldAddRelationshipPropertyExistenceConstraint() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Rename Method public mandatoryRelationshipPropertyConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraint renamed to public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Rename Method private createMandatoryRelationshipPropertyConstraint(type RelationshipType, propertyKey String) : void renamed to private createRelationshipPropertyExistenceConstraint(type RelationshipType, propertyKey String) : void in class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest |
From |
To |
|
Rename Method public shouldNotDropUniquePropertyConstraintThatDoesNotExistWhenThereIsAMandatoryPropertyConstraint() : void renamed to public shouldNotDropUniquePropertyConstraintThatDoesNotExistWhenThereIsAPropertyExistenceConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.UniquenessConstraintCreationIT |
From |
To |
|
Rename Method public visitAddedNodeMandatoryPropertyConstraint(element MandatoryNodePropertyConstraint) : void renamed to public visitAddedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor |
From |
To |
|
Rename Method public visitRemovedNodeMandatoryPropertyConstraint(constraint MandatoryNodePropertyConstraint) : void renamed to public visitRemovedNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public constraintDoAdd(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type element : MandatoryRelationshipPropertyConstraint to element : RelationshipPropertyExistenceConstraint in method public visitAddedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type element : MandatoryNodePropertyConstraint to element : NodePropertyExistenceConstraint in method public visitAddedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public constraintDoAdd(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public RelationshipPropertyExistenceConstraintVerificationFailedKernelException(constraint RelationshipPropertyExistenceConstraint, relationshipId long) in class org.neo4j.kernel.api.exceptions.schema.RelationshipPropertyExistenceConstraintVerificationFailedKernelException |
From |
To |
|
Change Parameter Type element : MandatoryNodePropertyConstraint to element : NodePropertyExistenceConstraint in method public visitRemovedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type element : MandatoryRelationshipPropertyConstraint to element : RelationshipPropertyExistenceConstraint in method public visitRemovedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method package dropConstraint(writeOps SchemaWriteOperations, constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.RelationshipPropertyExistenceConstraintCreationIT |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method package dropConstraint(writeOps SchemaWriteOperations, constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public visitRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint, userDescription String) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public visitNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint, userDescription String) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector |
From |
To |
|
Change Parameter Type rule : MandatoryNodePropertyConstraintRule to rule : NodePropertyExistenceConstraintRule in method public checkNodePropertyExistenceRule(rule NodePropertyExistenceConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.RulesCheckStrategy |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public NodePropertyExistenceConstraintVerificationFailedKernelException(constraint NodePropertyExistenceConstraint, nodeId long) in class org.neo4j.kernel.api.exceptions.schema.NodePropertyExistenceConstraintVerificationFailedKernelException |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public constraintDoAdd(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public constraintDoAdd(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type element : MandatoryRelationshipPropertyConstraint to element : RelationshipPropertyExistenceConstraint in method public visitAddedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type element : MandatoryNodePropertyConstraint to element : NodePropertyExistenceConstraint in method public visitAddedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public visitRemovedNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.constraints.PropertyConstraint.ChangeVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public visitRemovedRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.constraints.PropertyConstraint.ChangeVisitor |
From |
To |
|
Change Parameter Type rule : MandatoryNodePropertyConstraintRule to rule : NodePropertyExistenceConstraintRule in method public checkNodePropertyExistenceRule(rule NodePropertyExistenceConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.CheckStrategy |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public visitRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint, userDescription String) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public visitNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint, userDescription String) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method private createConstraintRule(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.unsafe.batchinsert.BatchInserterImpl |
From |
To |
|
Change Parameter Type element : MandatoryNodePropertyConstraint to element : NodePropertyExistenceConstraint in method public visitRemovedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type element : MandatoryRelationshipPropertyConstraint to element : RelationshipPropertyExistenceConstraint in method public visitRemovedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.KernelTransactionImplementation.TransactionToRecordStateVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public visitAddedNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.constraints.PropertyConstraint.ChangeVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public visitAddedRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.constraints.PropertyConstraint.ChangeVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method private createConstraintRule(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.unsafe.batchinsert.BatchInserterImpl |
From |
To |
|
Change Parameter Type element : MandatoryRelationshipPropertyConstraint to element : RelationshipPropertyExistenceConstraint in method public visitAddedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor.Adapter |
From |
To |
|
Change Parameter Type element : MandatoryNodePropertyConstraint to element : NodePropertyExistenceConstraint in method public visitAddedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor.Adapter |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public visitRemovedNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public visitRemovedRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Change Parameter Type rule : MandatoryRelationshipPropertyConstraintRule to rule : RelationshipPropertyExistenceConstraintRule in method public checkRelationshipPropertyExistenceRule(rule RelationshipPropertyExistenceConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.RulesCheckStrategy |
From |
To |
|
Change Parameter Type element : MandatoryRelationshipPropertyConstraint to element : RelationshipPropertyExistenceConstraint in method public visitRemovedRelationshipPropertyExistenceConstraint(element RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor.Adapter |
From |
To |
|
Change Parameter Type element : MandatoryNodePropertyConstraint to element : NodePropertyExistenceConstraint in method public visitRemovedNodePropertyExistenceConstraint(element NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.api.txstate.TxStateVisitor.Adapter |
From |
To |
|
Change Parameter Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public visitAddedNodePropertyExistenceConstraint(constraint NodePropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Change Parameter Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public visitAddedRelationshipPropertyExistenceConstraint(constraint RelationshipPropertyExistenceConstraint) : void in class org.neo4j.kernel.impl.api.state.TxState.ConstraintDiffSetsVisitor |
From |
To |
|
Change Parameter Type rule : MandatoryRelationshipPropertyConstraintRule to rule : RelationshipPropertyExistenceConstraintRule in method public checkRelationshipPropertyExistenceRule(rule RelationshipPropertyExistenceConstraintRule, record DynamicRecord, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck.CheckStrategy |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraint to NodePropertyExistenceConstraint in method public nodePropertyExistenceConstraintCreate(labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraint to RelationshipPropertyExistenceConstraint in method public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraint to RelationshipPropertyExistenceConstraint in method public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraint to NodePropertyExistenceConstraint in method public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKey int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraintRule to NodePropertyExistenceConstraintRule in method public nodePropertyExistenceConstraint(labelId int, propertyKeyId int) : NodePropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraint to NodePropertyExistenceConstraint in method public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraint to RelationshipPropertyExistenceConstraint in method public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraint to RelationshipPropertyExistenceConstraint in method package createConstraint(writeOps SchemaWriteOperations, type int, property int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.RelationshipPropertyExistenceConstraintCreationIT |
From |
To |
|
Change Return Type RelationshipPropertyConstraint to NodePropertyConstraint in method public toConstraint() : NodePropertyConstraint in class org.neo4j.kernel.impl.store.record.NodePropertyExistenceConstraintRule |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraint to RelationshipPropertyExistenceConstraint in method package newConstraintObject(type int, property int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.RelationshipPropertyExistenceConstraintCreationIT |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraint to NodePropertyExistenceConstraint in method public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.operations.SchemaWriteOperations |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraint to NodePropertyExistenceConstraint in method public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraint to RelationshipPropertyExistenceConstraint in method public relationshipPropertyExistenceConstraintCreate(relationshipTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.api.SchemaWrite |
From |
To |
|
Change Return Type NodePropertyConstraint to RelationshipPropertyConstraint in method public toConstraint() : RelationshipPropertyConstraint in class org.neo4j.kernel.impl.store.record.RelationshipPropertyExistenceConstraintRule |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraint to RelationshipPropertyExistenceConstraint in method public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.LockingStatementOperations |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraintRule to RelationshipPropertyExistenceConstraintRule in method public relationshipPropertyExistenceConstraint(typeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraint to NodePropertyExistenceConstraint in method public nodePropertyExistenceConstraintCreate(labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.api.SchemaWrite |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraint to RelationshipPropertyExistenceConstraint in method public relationshipPropertyExistenceConstraintCreate(relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraint to RelationshipPropertyExistenceConstraint in method public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.operations.SchemaWriteOperations |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraint to NodePropertyExistenceConstraint in method package createConstraint(writeOps SchemaWriteOperations, type int, property int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraint to NodePropertyExistenceConstraint in method package newConstraintObject(type int, property int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraintRule to NodePropertyExistenceConstraintRule in method public nodePropertyExistenceConstraintRule(id long, labelId int, propertyKeyId int) : NodePropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.record.NodePropertyExistenceConstraintRule |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraint to NodePropertyExistenceConstraint in method public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraintRule to RelationshipPropertyExistenceConstraintRule in method public relPropertyExistenceConstraintRule(id long, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.record.RelationshipPropertyExistenceConstraintRule |
From |
To |
|
Change Return Type MandatoryRelationshipPropertyConstraintRule to NodePropertyExistenceConstraintRule in method public readNodePropertyExistenceConstraintRule(id long, labelId int, buffer ByteBuffer) : NodePropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.record.NodePropertyExistenceConstraintRule |
From |
To |
|
Change Return Type MandatoryNodePropertyConstraintRule to RelationshipPropertyExistenceConstraintRule in method public readRelPropertyExistenceConstraintRule(id long, relTypeId int, buffer ByteBuffer) : RelationshipPropertyExistenceConstraintRule in class org.neo4j.kernel.impl.store.record.RelationshipPropertyExistenceConstraintRule |
From |
To |
|
Change Variable Type constraint2 : MandatoryRelationshipPropertyConstraint to constraint2 : RelationshipPropertyExistenceConstraint in method public addingRelationshipPropertyExistenceConstraintConstraintShouldBeIdempotent() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type constraint3 : MandatoryRelationshipPropertyConstraint to constraint3 : RelationshipPropertyExistenceConstraint in method public shouldDifferentiateRelationshipPropertyExistenceConstraints() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type rule : MandatoryNodePropertyConstraintRule to rule : NodePropertyExistenceConstraintRule in method public shouldReturnCorrectExistenceRuleForLabelAndProperty() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Variable Type constraint2 : MandatoryRelationshipPropertyConstraint to constraint2 : RelationshipPropertyExistenceConstraint in method public shouldDifferentiateRelationshipPropertyExistenceConstraints() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type constraint1 : MandatoryRelationshipPropertyConstraint to constraint1 : RelationshipPropertyExistenceConstraint in method public shouldDifferentiateRelationshipPropertyExistenceConstraints() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public shouldNotDropUniquePropertyConstraintThatDoesNotExistWhenThereIsAPropertyExistenceConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type mpc : MandatoryPropertyChecker to mpc : PropertyExistenceChecker in method public execute(stores DirectStoreAccess, log Log) : ConsistencySummaryStatistics in class org.neo4j.consistency.checking.full.FullCheck |
From |
To |
|
Change Variable Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public shouldDropRelationshipPropertyExistenceConstraint() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type rule : MandatoryRelationshipPropertyConstraintRule to rule : RelationshipPropertyExistenceConstraintRule in method private createMandatoryRelationshipPropertyRule(relTypeId int, propertyKeyId int) : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type constraint : MandatoryNodePropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public formatArgument(builder Appendable, arg Object) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureArgumentFormatter |
From |
To |
|
Change Variable Type rule : MandatoryRelationshipPropertyConstraintRule to rule : RelationshipPropertyExistenceConstraintRule in method public shouldReturnCorrectExistenceRuleForRelTypeAndProperty() : void in class org.neo4j.kernel.impl.store.SchemaStorageTest |
From |
To |
|
Change Variable Type relRule : MandatoryRelationshipPropertyConstraintRule to relRule : RelationshipPropertyExistenceConstraintRule in method public PropertyExistenceChecker(schemaStore RecordStore<DynamicRecord>) in class org.neo4j.consistency.checking.full.PropertyExistenceChecker |
From |
To |
|
Change Variable Type constraint1 : MandatoryRelationshipPropertyConstraint to constraint1 : RelationshipPropertyExistenceConstraint in method public addingRelationshipPropertyExistenceConstraintConstraintShouldBeIdempotent() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Variable Type uniquenessConstraint : MandatoryNodePropertyConstraint to uniquenessConstraint : UniquenessConstraint in method public lookup() : DbStructureLookup in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector |
From |
To |
|
Change Variable Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public formatArgument(builder Appendable, arg Object) : void in class org.neo4j.kernel.impl.util.dbstructure.DbStructureArgumentFormatter |
From |
To |
|
Change Variable Type rule : MandatoryNodePropertyConstraintRule to rule : NodePropertyExistenceConstraintRule in method private createMandatoryNodePropertyRule(labelId int, propertyKeyId int) : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Change Variable Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public relationshipPropertyExistenceConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : RelationshipPropertyExistenceConstraint in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Change Variable Type constraint : MandatoryRelationshipPropertyConstraint to constraint : RelationshipPropertyExistenceConstraint in method public shouldAddRelationshipPropertyExistenceConstraint() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type nodeRule : MandatoryNodePropertyConstraintRule to nodeRule : NodePropertyExistenceConstraintRule in method public PropertyExistenceChecker(schemaStore RecordStore<DynamicRecord>) in class org.neo4j.consistency.checking.full.PropertyExistenceChecker |
From |
To |
|
Change Variable Type constraint : MandatoryNodePropertyConstraint to constraint : NodePropertyExistenceConstraint in method public nodePropertyExistenceConstraintCreate(state KernelStatement, labelId int, propertyKeyId int) : NodePropertyExistenceConstraint in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |