C# (CSharp) Org.Neo4j.Kernel.Impl.Api Namespace

Nested Namespaces

Org.Neo4j.Kernel.Impl.Api.index

Classes

Name Description
KernelImpl This is the Neo4j Kernel, an implementation of the Kernel API which is an internal component used by Cypher and the Core API (the API under org.neo4j.graphdb).

Structure

The Kernel lets you start transactions. The transactions allow you to create "statements", which, in turn, operate against the database. Statements and transactions are separate concepts due to isolation requirements. A single cypher query will normally use one statement, and there can be multiple statements executed in one transaction. Please refer to the KernelTransaction javadoc for details.