Uses of Class
org.neo4j.cypherdsl.core.MergeAction.Type
-
Packages that use MergeAction.Type Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of MergeAction.Type in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return MergeAction.Type Modifier and Type Method Description MergeAction.TypeMergeAction. getType()static MergeAction.TypeMergeAction.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MergeAction.Type[]MergeAction.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-