Uses of Package
org.neo4j.server.rest.transactional

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

Classes in org.neo4j.server.rest.transactional used by org.neo4j.server
TransactionRegistry
          Stores transaction contexts for the server, including handling concurrency safe ways to acquire transaction contexts back, as well as timing out and closing transaction contexts that have been left unused.
 

Classes in org.neo4j.server.rest.transactional used by org.neo4j.server.rest.transactional
ExecutionResultSerializer
          Writes directly to an output stream, therefore implicitly stateful.
Statement
           
StatementDeserializer
           
TransactionHandle
          Encapsulates executing statements in a transaction, committing the transaction, or rolling it back.
TransactionRegistry
          Stores transaction contexts for the server, including handling concurrency safe ways to acquire transaction contexts back, as well as timing out and closing transaction contexts that have been left unused.
 

Classes in org.neo4j.server.rest.transactional used by org.neo4j.server.rest.web
TransactionFacade
          Transactional actions contains the business logic for executing statements against Neo4j across long-running transactions.
 



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