Uses of Class
com.triactive.jdo.store.OID

Packages that use OID
com.triactive.jdo.store   
com.triactive.jdo.store.sql   
com.triactive.jdo.store.sql.expr   
 

Uses of OID in com.triactive.jdo.store
 

Methods in com.triactive.jdo.store that return OID
 OID OIDGenerator.minimum()
          Returns the lowest possible OID value for the class of OIDs returned by this generator.
 OID OIDGenerator.maximum()
          Returns the highest possible OID value for the class of OIDs returned by this generator.
abstract  OID OIDGenerator.next(StoreManager storeMgr)
          Generates the next unique OID value.
 OID NondurableOIDGenerator.next(StoreManager storeMgr)
           
 OID DatastoreOIDGenerator.next(StoreManager storeMgr)
           
 

Uses of OID in com.triactive.jdo.store.sql
 

Constructors in com.triactive.jdo.store.sql with parameters of type OID
InvalidOidInTableException(OID id, java.lang.Class type, ClassBaseTable table)
          Constructs an invalid OID in table exception.
 

Uses of OID in com.triactive.jdo.store.sql.expr
 

Constructors in com.triactive.jdo.store.sql.expr with parameters of type OID
OIDLiteral(QueryStatement qs, OID value)
           
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.