Package | Description |
---|---|
org.neo4j.graphdb |
The core graph database API.
|
Modifier and Type | Method and Description |
---|---|
static StringSearchMode |
StringSearchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringSearchMode[] |
StringSearchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default org.neo4j.graphdb.ResourceIterator<Node> |
GraphDatabaseService.findNodes(Label label,
String key,
String template,
StringSearchMode searchMode)
Returns all nodes having a given label, and a property value of type String or Character matching the
given value template and search mode.
|
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.