Neo4j Community

org.neo4j.graphdb.index
Class UniqueFactory.UniqueNodeFactory

java.lang.Object
  extended by org.neo4j.graphdb.index.UniqueFactory<Node>
      extended by org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory
Enclosing class:
UniqueFactory<T extends PropertyContainer>

public abstract static class UniqueFactory.UniqueNodeFactory
extends UniqueFactory<Node>

Implementation of UniqueFactory for Node.

Author:
Tobias Lindaaker

Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.graphdb.index.UniqueFactory
UniqueFactory.UniqueEntity<T extends PropertyContainer>, UniqueFactory.UniqueNodeFactory, UniqueFactory.UniqueRelationshipFactory
 
Constructor Summary
UniqueFactory.UniqueNodeFactory(GraphDatabaseService graphdb, String index)
          Create a new UniqueFactory for nodes.
UniqueFactory.UniqueNodeFactory(Index<Node> index)
          Create a new UniqueFactory for nodes.
 
Method Summary
 
Methods inherited from class org.neo4j.graphdb.index.UniqueFactory
getOrCreate, getOrCreateWithOutcome
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueFactory.UniqueNodeFactory

public UniqueFactory.UniqueNodeFactory(Index<Node> index)
Create a new UniqueFactory for nodes.

Parameters:
index - the index to store entities uniquely in.

UniqueFactory.UniqueNodeFactory

public UniqueFactory.UniqueNodeFactory(GraphDatabaseService graphdb,
                                       String index)
Create a new UniqueFactory for nodes.

Parameters:
graphdb - the graph database to get the index from.
index - the name of the index to store entities uniquely in.

Neo4j Community

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.