| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.neo4j.dialect.impl |
| Modifier and Type | Method and Description |
|---|---|
static NodeLabel |
NodeLabel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeLabel[] |
NodeLabel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.graphdb.Node |
CypherCRUD.createNodeUnlessExists(Key key,
NodeLabel label)
Find a node or create it if it doesn't exist.
|
org.neo4j.graphdb.Node |
CypherCRUD.findNode(Key key,
NodeLabel label)
Find the node representing the entity key.
|
Copyright © 2010-2014 Hibernate. All Rights Reserved.