|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpeedoGenClassProxy | |
---|---|
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.map | Speedo implementations of generic classes associated to the Map type (Map, HashMap, Hashtable, Properties). |
Uses of SpeedoGenClassProxy in org.objectweb.speedo.genclass |
---|
Classes in org.objectweb.speedo.genclass that implement SpeedoGenClassProxy | |
class |
GenClass
This class is a basic implementation of the SpeedoGenClassProxy interface. |
Fields in org.objectweb.speedo.genclass declared as SpeedoGenClassProxy | |
SpeedoGenClassProxy |
GenClassAccessor.jdoProxy
The SpeedoProxy attached to this state representation. |
Methods in org.objectweb.speedo.genclass with parameters of type SpeedoGenClassProxy | |
void |
SpeedoGenClassHome.makePersistent(ProxyManager pm,
SpeedoProxy sp,
SpeedoGenClassProxy jdoProxy)
|
void |
SpeedoGenClassHome.makePersistent(ProxyManager pm,
java.util.Iterator it,
SpeedoGenClassProxy jdoProxy)
|
Constructors in org.objectweb.speedo.genclass with parameters of type SpeedoGenClassProxy | |
GenClassAccessor(SpeedoGenClassProxy _jdoProxy)
|
Uses of SpeedoGenClassProxy in org.objectweb.speedo.genclass.collection |
---|
Classes in org.objectweb.speedo.genclass.collection that implement SpeedoGenClassProxy | |
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 SpeedoGenClassProxy | |
SetAccessor(SpeedoGenClassProxy jdoProxy)
Instanciates and initializes a new set with an initial set size. |
|
CollectionAccessor(SpeedoGenClassProxy _jdoProxy)
Instanciates and initializes a new collection with an initial size. |
|
ListAccessor(SpeedoGenClassProxy jdoProxy)
|
Uses of SpeedoGenClassProxy in org.objectweb.speedo.genclass.map |
---|
Classes in org.objectweb.speedo.genclass.map that implement SpeedoGenClassProxy | |
class |
HashMapImpl
|
class |
HashtableImpl
|
class |
MapImpl
|
class |
PropertiesImpl
|
class |
TreeMapImpl
|
Constructors in org.objectweb.speedo.genclass.map with parameters of type SpeedoGenClassProxy | |
MapAccessor(SpeedoGenClassProxy _jdoProxy)
Instanciates and initializes a new map with an initial size. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |