org.neo4j.graphdb.index
Class UniqueFactory.UniqueRelationshipFactory
java.lang.Object
org.neo4j.graphdb.index.UniqueFactory<Relationship>
org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory
- Enclosing class:
- UniqueFactory<T extends PropertyContainer>
public abstract static class UniqueFactory.UniqueRelationshipFactory
- extends UniqueFactory<Relationship>
Implementation of UniqueFactory
for Relationship
.
- Author:
- Tobias Lindaaker
UniqueFactory.UniqueRelationshipFactory
public UniqueFactory.UniqueRelationshipFactory(Index<Relationship> index)
- Create a new
UniqueFactory
for relationships.
- Parameters:
index
- the index to store entities uniquely in.
UniqueFactory.UniqueRelationshipFactory
public UniqueFactory.UniqueRelationshipFactory(GraphDatabaseService graphdb,
String index)
- Create a new
UniqueFactory
for relationships.
- Parameters:
graphdb
- the graph database to get the index from.index
- the name of the index to store entities uniquely in.
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.