com.orientechnologies.jdo
Class oObjectManager

java.lang.Object
  extended bycom.orientechnologies.jdo.oObjectManager

public class oObjectManager
extends java.lang.Object

Handle interaction between the application and the datastore.

NOTE: JDO Applications must not use this class directly.


Constructor Summary
oObjectManager()
           
 
Method Summary
static void createInstance()
           
 oBinary createObject(oPersistenceManager iManager, java.lang.Object iObj, oTransaction iTx)
           
 void deleteObject(oPersistenceManager iManager, oOID iOid, java.lang.Object iObj, oTransaction iTx)
           
static void destroyInstance()
           
static oObjectManager getInstance()
           
 oBinary updateObject(oPersistenceManager iManager, oOID iOid, java.lang.Object iObj, oTransaction iTx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

oObjectManager

public oObjectManager()
Method Detail

createObject

public oBinary createObject(oPersistenceManager iManager,
                            java.lang.Object iObj,
                            oTransaction iTx)

updateObject

public oBinary updateObject(oPersistenceManager iManager,
                            oOID iOid,
                            java.lang.Object iObj,
                            oTransaction iTx)

deleteObject

public void deleteObject(oPersistenceManager iManager,
                         oOID iOid,
                         java.lang.Object iObj,
                         oTransaction iTx)

createInstance

public static void createInstance()

destroyInstance

public static void destroyInstance()

getInstance

public static oObjectManager getInstance()