Uses of Interface
ac.simons.neo4j.migrations.core.refactorings.Rename
-
Uses of Rename in ac.simons.neo4j.migrations.core.refactorings
Modifier and TypeMethodDescriptionstatic Rename
Provides a refactoring renaming a given node label.static Rename
Rename.nodeProperty
(String from, String to) Provides a refactoring renaming a property on a node.static Rename
Rename.relationshipProperty
(String from, String to) Provides a refactoring renaming a property on a relationship.static Rename
Provides a refactoring renaming a given relationship type.