Custom Cypher for Read and Write

In this module, you will write Cypher statements for new methods to read and write data in Neo4j. By the end of this module, you will have learned how to:

  • Use the @Query annotation to specify a Cypher statement.

  • Write custom methods to read and write data in Neo4j.

  • Update a Movie node in Neo4j.

  • Test the application and verify results.

Ready? Let’s go →