org.neo4j.kernel
Class ThreadToStatementContextBridge
java.lang.Object
org.neo4j.kernel.ThreadToStatementContextBridge
public class ThreadToStatementContextBridge
- extends Object
This is meant to serve as the bridge that makes the Beans API tie transactions to threads. The Beans API
will use this to get the appropriate StatementContext when it performs operations.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadToStatementContextBridge
public ThreadToStatementContextBridge(KernelAPI kernelAPI,
org.neo4j.kernel.impl.transaction.AbstractTransactionManager txManager)
getCtxForReading
public StatementContext getCtxForReading()
getCtxForWriting
public StatementContext getCtxForWriting()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.