Neo4j Community

Uses of Interface
org.neo4j.kernel.IdGeneratorFactory

Packages that use IdGeneratorFactory
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. 
 

Uses of IdGeneratorFactory in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement IdGeneratorFactory
 class DefaultIdGeneratorFactory
          TODO
 

Fields in org.neo4j.kernel declared as IdGeneratorFactory
protected  IdGeneratorFactory AbstractGraphDatabase.idGeneratorFactory
           
 

Methods in org.neo4j.kernel that return IdGeneratorFactory
protected  IdGeneratorFactory AbstractGraphDatabase.createIdGeneratorFactory()
           
static IdGeneratorFactory CommonFactories.defaultIdGeneratorFactory()
          Deprecated.  
 IdGeneratorFactory AbstractGraphDatabase.getIdGeneratorFactory()
           
 IdGeneratorFactory GraphDatabaseAPI.getIdGeneratorFactory()
          Deprecated. 
 

Uses of IdGeneratorFactory in org.neo4j.unsafe.batchinsert
 

Methods in org.neo4j.unsafe.batchinsert that return IdGeneratorFactory
 IdGeneratorFactory BatchInserterImpl.getIdGeneratorFactory()
           
 


Neo4j Community

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