Java Reference
Neo4j v4.4
License: Creative Commons 4.0
The Java Reference for Neo4j v4.4.
The Java Reference contains information on advanced Java-centric usage of Neo4j. Among the topics covered are embedding Neo4j in your own software and writing extensions.
The following topics are:
-
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. Deprecated
-
Transaction management — Details on transaction semantics in Neo4j.
-
JMX metrics — How to monitor Neo4j with JMX and a reference of available metrics.
The traversal framework API has been deprecated and will be replaced in the next major release of Neo4j. |
You might want to keep the Neo4j Javadocs (Neo4j Java API Documentation) handy while reading. |
Who should read this?
The Java 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?