Can't find java doc for org.neo4j.graphdb.GraphDatabaseService

Hi all,

I am migrating some older code to the newest java interface. I am having some trouble with the org.neo4j.graphdb.GraphDatabaseService call. I know the call is still there since it is referenced in the migration guide (Changes to Java API in Neo4j 5 - Upgrade and Migration Guide) but I can't find the javadoc to describe the current iteration of the call. Could some one please kindly point me in the right direction?

Thanks much
Howard

@howard
I presume for Neo4j v5 and not v4?

Is this what you need GraphDatabaseService (Neo4j 5.0.0 API)

Yes, thanks for the link. I don't know why it was so hard for me to find.

BTW, do you know what happened to the shutdown method that used to be there?

Thanks much
Howard

@howard