Chapter 32. Using Neo4j embedded in Java applications

Table of Contents

32.1. Include Neo4j in your project
32.2. Hello World
32.3. User database with indexes
32.4. User database with legacy index
32.5. Managing resources when using long running transactions
32.6. Basic unit testing
32.7. Traversal
32.8. Domain entities
32.9. Graph Algorithm examples
32.10. Reading a management attribute
32.11. How to create unique nodes
32.12. Execute Cypher Queries from Java
32.13. Query Parameters

It’s easy to use Neo4j embedded in Java applications. In this chapter you will find everything needed — from setting up the environment to doing something useful with your data.