Esempio n. 1
0
 @Override
 public Graph getGraph() {
   Store store = StoreCreator.getIndexDerby();
   return SDBFactory.connectNamedGraph(store, "http://example.com/graph");
 }
Esempio n. 2
0
 @Override
 public Graph getGraph() {
   Store store = StoreCreator.getIndexDerby();
   return SDBFactory.connectDefaultGraph(store);
 }