-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The constructor for Neo4jGraphAPIImpl isn't public #3
Comments
like this |
Thats what I was trying @jexp. But the constructor isn't public. |
Hmm in Gremlin there is no need for that? How / where do you want to use it like that? |
I was trying to see if its possible to use gremlin while inside by unmanaged extension and if there are any benefits. So completely exploratory. Looking at the tinkerpop documentation, it looks like, I need a All I have is a Thanks for your help. |
I was thinking of using Gremlin without resorting to the deprecated
GraphDatabaseAPI
.I need to instantiate a
org.neo4j.tinkerpop.api.Neo4jGraphAPI
given a GraphDatabaseService but I can't seem to find a way.Thanks.
The text was updated successfully, but these errors were encountered: