java-rest-binding icon indicating copy to clipboard operation
java-rest-binding copied to clipboard

Implement schema support

Open runesl opened this issue 10 years ago • 0 comments

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

runesl avatar Sep 25 '14 10:09 runesl