| Package | Description |
|---|---|
| org.neo4j.graphdb.schema | |
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UniquenessConstraintDefinition
A constraint asserting one or more properties are unique for all nodes having the given
label. |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDefinition |
ConstraintCreator.create()
Creates a constraint with the details specified by the other methods in this interface.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ConstraintDefinition> |
ConstraintType.filter(Iterable<ConstraintDefinition> input) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ConstraintDefinition> |
ConstraintType.filter(Iterable<ConstraintDefinition> input) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseConstraintDefinition |
class |
PropertyUniqueConstraintDefinition |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDefinition |
PropertyConstraintCreator.create() |
ConstraintDefinition |
BaseConstraintCreator.create() |
ConstraintDefinition |
InternalSchemaActions.createPropertyUniquenessConstraint(Label label,
String propertyKey) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.