| Package | Description |
|---|---|
| org.neo4j.kernel.api | |
| org.neo4j.kernel.api.exceptions | |
| org.neo4j.kernel.api.properties |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EntityNotFoundException(EntityType entityType,
long entityId) |
EntityNotFoundException(EntityType entityType,
long entityId,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static Property |
Property.noProperty(long propertyKeyId,
EntityType type,
long entityId) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.