public interface StatementState extends org.neo4j.kernel.impl.api.state.TxState.Holder, Closeable
KernelTransaction.newStatementState(),
can be generic and be decorated with whatever state objects the layers in the KernelTransaction
needs. But for now I'd say it's enough with a specific cake knowing the layout of the cake.
Also if going specific cake then the top most layer can be hard coded to return a new such instance directly.| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.neo4j.kernel.impl.api.IndexReaderFactory |
indexReaderFactory() |
org.neo4j.kernel.impl.api.LockHolder |
locks() |
org.neo4j.kernel.impl.api.LockHolder locks()
org.neo4j.kernel.impl.api.IndexReaderFactory indexReaderFactory()
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.