Uses of Interface
org.objectweb.speedo.genclass.api.SpeedoGenClassPO

Packages that use SpeedoGenClassPO
org.objectweb.speedo.genclass The management of generic persistent class (Collection, Set, Map). 
org.objectweb.speedo.genclass.collection Speedo implementations of generic classes associated to the Collection type (Collection, Set, List, ArrayList, HashSet, Vector). 
org.objectweb.speedo.genclass.ejb   
org.objectweb.speedo.genclass.jdo   
org.objectweb.speedo.genclass.map Speedo implementations of generic classes associated to the Map type (Map, HashMap, Hashtable, Properties). 
 

Uses of SpeedoGenClassPO in org.objectweb.speedo.genclass
 

Classes in org.objectweb.speedo.genclass that implement SpeedoGenClassPO
 class GenClass
          This class is a basic implementation of the SpeedoGenClassPO interface.
 

Fields in org.objectweb.speedo.genclass declared as SpeedoGenClassPO
 SpeedoGenClassPO GenClassAccessor.gcpo
          The PersistentObjectItf attached to this state representation.
 

Methods in org.objectweb.speedo.genclass with parameters of type SpeedoGenClassPO
 void AbstractGenClassHome.makePersistent(POManagerItf pm, java.util.Iterator it, SpeedoGenClassPO thepo, java.util.Map map)
           
 void AbstractGenClassHome.makePersistent(POManagerItf pm, PersistentObjectItf sp, SpeedoGenClassPO thepo, java.util.Map map)
           
 

Constructors in org.objectweb.speedo.genclass with parameters of type SpeedoGenClassPO
GenClassAccessor(SpeedoGenClassPO thepo)
           
 

Uses of SpeedoGenClassPO in org.objectweb.speedo.genclass.collection
 

Classes in org.objectweb.speedo.genclass.collection that implement SpeedoGenClassPO
 class ArrayListImpl
           
 class CollectionImpl
          This class is an implementation of the java.util.Collection interface.
 class HashSetImpl
           
 class LinkedListImpl
           
 class ListImpl
           
 class SetImpl
           
 class VectorImpl
           
 

Constructors in org.objectweb.speedo.genclass.collection with parameters of type SpeedoGenClassPO
CollectionAccessor(SpeedoGenClassPO thepo)
          Instanciates and initializes a new collection with an initial size.
ListAccessor(SpeedoGenClassPO thepo)
           
SetAccessor(SpeedoGenClassPO apo)
          Instanciates and initializes a new set with an initial set size.
 

Uses of SpeedoGenClassPO in org.objectweb.speedo.genclass.ejb
 

Classes in org.objectweb.speedo.genclass.ejb that implement SpeedoGenClassPO
 class EJBGenClass
           
 

Uses of SpeedoGenClassPO in org.objectweb.speedo.genclass.jdo
 

Classes in org.objectweb.speedo.genclass.jdo that implement SpeedoGenClassPO
 class JDOGenClass
           
 

Uses of SpeedoGenClassPO in org.objectweb.speedo.genclass.map
 

Classes in org.objectweb.speedo.genclass.map that implement SpeedoGenClassPO
 class HashMapImpl
           
 class HashtableImpl
           
 class MapImpl
           
 class PropertiesImpl
           
 class TreeMapImpl
           
 

Constructors in org.objectweb.speedo.genclass.map with parameters of type SpeedoGenClassPO
MapAccessor(SpeedoGenClassPO apo)
          Instanciates and initializes a new map with an initial size.