Uses of Interface
org.neo4j.server.rest.web.TransactionUriScheme

Packages that use TransactionUriScheme
org.neo4j.server.rest.transactional   
org.neo4j.server.rest.web   
 

Uses of TransactionUriScheme in org.neo4j.server.rest.transactional
 

Methods in org.neo4j.server.rest.transactional with parameters of type TransactionUriScheme
 TransactionHandle TransactionFacade.newTransactionHandle(TransactionUriScheme uriScheme)
           
 

Constructors in org.neo4j.server.rest.transactional with parameters of type TransactionUriScheme
TransactionHandle(org.neo4j.kernel.api.KernelAPI kernel, org.neo4j.cypher.javacompat.ExecutionEngine engine, TransactionRegistry registry, TransactionUriScheme uriScheme, org.neo4j.kernel.impl.util.StringLogger log)
           
 

Uses of TransactionUriScheme in org.neo4j.server.rest.web
 

Classes in org.neo4j.server.rest.web that implement TransactionUriScheme
static class TransactionalService.TransactionUriBuilder
           
 



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