Table of Contents
- 32.1. Include Neo4j in your project
- 32.2. Hello World
- 32.3. Property values
- 32.4. User database with indexes
- 32.5. User database with legacy index
- 32.6. Managing resources when using long running transactions
- 32.7. Controlling logging
- 32.8. Basic unit testing
- 32.9. Traversal
- 32.10. Domain entities
- 32.11. Graph Algorithm examples
- 32.12. Reading a management attribute
- 32.13. How to create unique nodes
- 32.14. Accessing Neo4j Embedded via the Bolt Protocol
- 32.15. Terminating a running transaction
- 32.16. Execute Cypher Queries from Java
- 32.17. 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.
Warning
When running your own code and Neo4j in the same JVM, there are a few things you should keep in mind:
|