neo4j-contrib / java-rest-binding

Java Bindings for the Neo4J Server REST API, providing an implementation of GraphDatabaseService
Other
120 stars 72 forks source link

Implement schema support #74

Open runesl opened 10 years ago

runesl commented 10 years ago

public class RestGraphDatabase extends AbstractRemoteDatabase { [...] public Schema schema() { throw new UnsupportedOperationException(); }