In my application, we choosen Neo4j as database. We have designed the database with all the required nodes and relationships. We are trying to integrate the in our springboot java program with reactive neo4j repository. Now we are planning to create equivalent entities.
Is there any way to automatically generate java classes from Neo4j graph database which will be equivalent to @Node and @RelationshipProperties used entities as we create manually.