Package org.neo4j.kernel.api

Interface Summary
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.
TransactionContext Represents a transaction of changes to the underlying graph.
 

Exception Summary
ConstraintViolationKernelException Signals that some constraint has been violated in a kernel interaction, for example a name containing invalid characters or length.
EntityNotFoundException  
KernelException A super class of checked exceptions coming from the Kernel API.
LabelNotFoundKernelException  
PropertyKeyIdNotFoundException  
PropertyKeyNotFoundException  
PropertyNotFoundException  
SchemaRuleNotFoundException  
UnknownKernelException  
 



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