Neo4j Enterprise

Uses of Package
org.neo4j.kernel.api

Packages that use org.neo4j.kernel.api
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.api   
org.neo4j.kernel.api.index   
org.neo4j.kernel.api.operations   
 

Classes in org.neo4j.kernel.api used by org.neo4j.kernel
KernelAPI
          The main API through which access to the Neo4j kernel is made, both read and write operations are supported as well as transactions.
StatementContext
          Interface for accessing and modifying the underlying graph.
 

Classes in org.neo4j.kernel.api used by org.neo4j.kernel.api
KernelException
          A super class of checked exceptions coming from the Kernel API.
StatementContext
          Interface for accessing and modifying the underlying graph.
TransactionContext
          Represents a transaction of changes to the underlying graph.
 

Classes in org.neo4j.kernel.api used by org.neo4j.kernel.api.index
KernelException
          A super class of checked exceptions coming from the Kernel API.
 

Classes in org.neo4j.kernel.api used by org.neo4j.kernel.api.operations
ConstraintViolationKernelException
          Signals that some constraint has been violated in a kernel interaction, for example a name containing invalid characters or length.
EntityNotFoundException
           
LabelNotFoundKernelException
           
PropertyKeyIdNotFoundException
           
PropertyKeyNotFoundException
           
PropertyNotFoundException
           
SchemaRuleNotFoundException
           
 


Neo4j Enterprise

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