OrientGraphFactory graph = new OrientGraphFactory("remote:0.0.0.0:2424/test","root","password");
System.out.println("Connected");
graph.declareIntent(new OIntentMassiveInsert());
Map<String, Object> mymap = new HashMap<String, Object>();
mymap.put("id" , "112");
OrientVertex myv = graph.addVertex("class:myc", mymap);
myv.save();
error: cannot find symbol
graph.declareIntent(new OIntentMassiveInsert());
^
symbol: method declareIntent(OIntentMassiveInsert)
location: variable graph of type OrientGraphFactory
error: cannot find symbol OrientVertex myv = graph.addVertex("class:myc", mymap);
symbol: method addVertex(String,Map<String,Object>)
location: variable graph of type OrientGraphFactory
--
---
You received this message because you are subscribed to a topic in the Google Groups "OrientDB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orient-database/RJGCqIFNEdw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orient-databa...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orient-databa...@googlegroups.com.