Package | Description |
---|---|
org.neo4j.graphdb.schema | |
org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
org.neo4j.unsafe.batchinsert |
Tools for high-performance data insertion; make sure to read the instructions before using.
|
Modifier and Type | Method and Description |
---|---|
ConstraintCreator |
ConstraintCreator.on(String propertyKey)
Specifies that this constraint will be for the given property key.
|
ConstraintCreator |
ConstraintCreator.unique()
Imposes a uniqueness constraint for the
given property , such that
there can be at most one node, having the given label, for any set value of that property key. |
Modifier and Type | Class and Description |
---|---|
class |
BaseConstraintCreator |
class |
PropertyConstraintCreator |
class |
PropertyUniqueConstraintCreator |
Modifier and Type | Method and Description |
---|---|
protected ConstraintCreator |
PropertyConstraintCreator.doOn(String propertyKey) |
protected ConstraintCreator |
PropertyUniqueConstraintCreator.doOn(String propertyKey) |
ConstraintCreator |
PropertyConstraintCreator.on(String propertyKey) |
ConstraintCreator |
BaseConstraintCreator.on(String propertyKey) |
ConstraintCreator |
PropertyConstraintCreator.unique() |
ConstraintCreator |
PropertyUniqueConstraintCreator.unique() |
ConstraintCreator |
BaseConstraintCreator.unique() |
Modifier and Type | Method and Description |
---|---|
ConstraintCreator |
BatchInserter.createDeferredConstraint(Label label)
Returns a
ConstraintCreator where details about the constraint can be
specified. |
ConstraintCreator |
BatchInserterImpl.createDeferredConstraint(Label label) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.