This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package controllers; | |
| import com.google.gson.JsonElement; | |
| import play.Play; | |
| import java.util.Properties; | |
| import play.libs.WS; | |
| import play.libs.WS.WSRequest; | |
| import play.mvc.Controller; | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * To change this template, choose Tools | Templates | |
| * and open the template in the editor. | |
| */ | |
| package controllers; | |
| import com.google.gson.JsonArray; | |
| import com.google.gson.JsonElement; | |
| import com.google.gson.JsonObject; | |
| import java.util.ArrayList; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package orienttest; | |
| import com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx; | |
| import com.orientechnologies.orient.core.db.graph.ODatabaseGraphTx; | |
| import com.orientechnologies.orient.core.db.graph.OGraphVertex; | |
| import com.orientechnologies.orient.core.db.object.ODatabaseObjectTx; | |
| import com.orientechnologies.orient.core.db.record.ODatabaseColumn; | |
| import com.orientechnologies.orient.core.intent.OIntentMassiveInsert; | |
| import com.orientechnologies.orient.core.record.impl.ODocument; |
NewerOlder