Uses of Interface
org.neo4j.kernel.impl.persistence.PersistenceSource

Packages that use PersistenceSource
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.persistence   
 

Uses of PersistenceSource in org.neo4j.kernel.impl.nioneo.xa
 

Classes in org.neo4j.kernel.impl.nioneo.xa that implement PersistenceSource
 class NioNeoDbPersistenceSource
          The NioNeo persistence source implementation.
 

Uses of PersistenceSource in org.neo4j.kernel.impl.persistence
 

Methods in org.neo4j.kernel.impl.persistence that return PersistenceSource
 PersistenceSource PersistenceManager.getPersistenceSource()
           
 

Methods in org.neo4j.kernel.impl.persistence with parameters of type PersistenceSource
 void IdGenerator.configure(PersistenceSource source)
          Configures the IdGenerator.
 void EntityIdGenerator.configure(PersistenceSource source)
           
 void IdGeneratorModule.setPersistenceSourceInstance(PersistenceSource source)
           
 void PersistenceModule.start(TransactionManager transactionManager, PersistenceSource persistenceSource, TxEventSyncHookFactory syncHookFactory, LockReleaser lockReleaser)
           
 

Constructors in org.neo4j.kernel.impl.persistence with parameters of type PersistenceSource
PersistenceManager(TransactionManager transactionManager, PersistenceSource persistenceSource, TxEventSyncHookFactory syncHookFactory, LockReleaser lockReleaser)
           
 



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