de.uni.leipzig.IR15.Connectors
Class OrientDBConnector

java.lang.Object
  extended by de.uni.leipzig.IR15.Connectors.OrientDBConnector

public class OrientDBConnector
extends java.lang.Object

Class to handle connection to the orientDB database.

Author:
IR-Team

Constructor Summary
OrientDBConnector()
           
 
Method Summary
static void destroyConnection()
          Destroy a database connection.
static com.orientechnologies.orient.core.db.graph.OGraphDatabase getConnection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrientDBConnector

public OrientDBConnector()
Method Detail

getConnection

public static com.orientechnologies.orient.core.db.graph.OGraphDatabase getConnection()

destroyConnection

public static void destroyConnection()
Destroy a database connection.