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
@Queryannotation to specify a Cypher statement. - 
Write custom methods to read and write data in Neo4j.
 - 
Update a
Movienode in Neo4j. - 
Test the application and verify results.