How to call APOC functions from Java?

The same way you call other cypher statements. With db.execute(statement, params) in the Java API of the injected graph database service.

1 Like