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

Packages that use OIDGenerator
com.triactive.jdo.store   
com.triactive.jdo.store.sql   
 

Uses of OIDGenerator in com.triactive.jdo.store
 

Subclasses of OIDGenerator in com.triactive.jdo.store
 class DatastoreOIDGenerator
          An OID generator backed by the sequences in JDO_TABLE.
 class NondurableOIDGenerator
          An OID generator backed solely by memory.
 

Methods in com.triactive.jdo.store that return OIDGenerator
 OIDGenerator StoreManager.getOIDGenerator(java.lang.Class c)
          Returns the OID generator for the specified class.
 

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

Methods in com.triactive.jdo.store.sql that return OIDGenerator
 OIDGenerator ClassView.newOIDGenerator(int classID)
           
 OIDGenerator ClassTable.newOIDGenerator(int classID)
           
 OIDGenerator ClassBaseTable.newOIDGenerator(int classID)
           
 



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