org.neodatis.odb.impl.core.transaction
Class ObjectInsertingInfo

java.lang.Object
  extended by org.neodatis.odb.impl.core.transaction.ObjectInsertingInfo

public class ObjectInsertingInfo
extends java.lang.Object


Field Summary
 int level
           
 OID oid
           
 
Constructor Summary
ObjectInsertingInfo(OID oid, int level)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oid

public OID oid

level

public int level
Constructor Detail

ObjectInsertingInfo

public ObjectInsertingInfo(OID oid,
                           int level)