com.orientechnologies.jdo
Class oObjectManager
java.lang.Object
com.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oObjectManager
public oObjectManager()
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()