The Neo4j Java Developer Reference v4.2
© 2020 Neo4j, Inc.
Documentation license: Creative Commons 4.0
This document contains information on advanced Java-centric usage of Neo4j. Among the topics covered are embedding Neo4j in your own software and writing extensions.
This reference covers the following areas:
-
Extending Neo4j — How to build unmanaged extensions and procedures.
-
Using Neo4j embedded in Java applications — Instructions on embedding Neo4j in an application.
-
The traversal framework — A walkthrough of the traversal framework.
The traversal API described in this section has been deprecated and will be removed in a later release of Neo4j. -
Transaction management — Details on transaction semantics in Neo4j.
-
JMX metrics — How to monitor Neo4j with JMX and a reference of available metrics.
You might want to keep the Neo4j Javadocs handy while reading! |
Who should read this?
This reference is written for the advanced Java developer who is extending Neo4j’s functionality, or embedding Neo4j in their own software.
Was this page helpful?