|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpeedoProxy | |
org.objectweb.speedo.genclass | The management of generic persistent class (Collection, Set, Map). |
org.objectweb.speedo.genclass.api | Speedo internal API permiting to manage generic persistent classes and in particular the coherency of relations. |
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). |
org.objectweb.speedo.mapper.api | API of a Jorm mapper used in Speedo. |
org.objectweb.speedo.mapper.lib | Common components and tools of all mappers. |
org.objectweb.speedo.mim.api | Speedo internal API for the management of persistent classes (status, state, eg). |
org.objectweb.speedo.mim.lib | |
org.objectweb.speedo.pm.api | |
org.objectweb.speedo.pm.lib |
Uses of SpeedoProxy in org.objectweb.speedo.genclass |
Classes in org.objectweb.speedo.genclass that implement SpeedoProxy | |
class |
GenClass
This class is a basic implementation of the SpeedoGenClassProxy interface. |
Methods in org.objectweb.speedo.genclass with parameters of type SpeedoProxy | |
void |
GenClass.jdoMakePersistent(ProxyManager pm,
SpeedoProxy sp)
|
Uses of SpeedoProxy in org.objectweb.speedo.genclass.api |
Subinterfaces of SpeedoProxy in org.objectweb.speedo.genclass.api | |
interface |
SpeedoGenClassProxy
This interfaces represents a SpeedoProxy for a generic class (Collectio, Set, Map, ...) |
Methods in org.objectweb.speedo.genclass.api with parameters of type SpeedoProxy | |
void |
SpeedoGenClassProxy.jdoMakePersistent(ProxyManager pm,
SpeedoProxy sp)
Askes to the SpeedoGenClassProxy to make persistent an element of the gen class. |
Uses of SpeedoProxy in org.objectweb.speedo.genclass.collection |
Classes in org.objectweb.speedo.genclass.collection that implement SpeedoProxy | |
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
|
Uses of SpeedoProxy in org.objectweb.speedo.genclass.map |
Classes in org.objectweb.speedo.genclass.map that implement SpeedoProxy | |
class |
HashMapImpl
|
class |
HashtableImpl
|
class |
MapImpl
|
class |
PropertiesImpl
|
class |
TreeMapImpl
|
Uses of SpeedoProxy in org.objectweb.speedo.mapper.api |
Methods in org.objectweb.speedo.mapper.api with parameters of type SpeedoProxy | |
PBinder |
JormFactory.getPBinder(SpeedoProxy sp)
|
PClassMapping |
JormFactory.getPClassMapping(SpeedoProxy sp)
Retrieves a PClassMapping instance managing a SpeedoProxy. |
PNamingContext |
JormFactory.getPNamingContext(SpeedoProxy sp)
|
Uses of SpeedoProxy in org.objectweb.speedo.mapper.lib |
Methods in org.objectweb.speedo.mapper.lib with parameters of type SpeedoProxy | |
PBinder |
BasicJormFactory.getPBinder(SpeedoProxy sp)
|
PClassMapping |
BasicJormFactory.getPClassMapping(SpeedoProxy sp)
Retrieves a PClassMapping instance managing a SpeedoProxy. |
PNamingContext |
BasicJormFactory.getPNamingContext(SpeedoProxy sp)
|
Uses of SpeedoProxy in org.objectweb.speedo.mim.api |
Methods in org.objectweb.speedo.mim.api that return SpeedoProxy | |
SpeedoProxy |
SpeedoAccessor.jdoGetSpeedoProxy()
|
Methods in org.objectweb.speedo.mim.api with parameters of type SpeedoProxy | |
void |
SpeedoAccessor.jdoSetSpeedoProxy(SpeedoProxy sp)
Assignes the SpeedoProxy attached to this state representation. |
Uses of SpeedoProxy in org.objectweb.speedo.mim.lib |
Fields in org.objectweb.speedo.mim.lib declared as SpeedoProxy | |
SpeedoProxy |
BasicSpeedoAccessor.proxy
|
Methods in org.objectweb.speedo.mim.lib that return SpeedoProxy | |
SpeedoProxy |
BasicSpeedoAccessor.jdoGetSpeedoProxy()
|
Methods in org.objectweb.speedo.mim.lib with parameters of type SpeedoProxy | |
void |
BasicSpeedoAccessor.jdoSetSpeedoProxy(SpeedoProxy sp)
It assignes the SpeedoProxy attached to this state representation. |
Constructors in org.objectweb.speedo.mim.lib with parameters of type SpeedoProxy | |
BasicSpeedoAccessor(SpeedoProxy proxy)
|
Uses of SpeedoProxy in org.objectweb.speedo.pm.api |
Methods in org.objectweb.speedo.pm.api with parameters of type SpeedoProxy | |
void |
ProxyManager.speedoMakePersistent(SpeedoProxy sp)
Make persistent a SpeedoProxy. |
Uses of SpeedoProxy in org.objectweb.speedo.pm.lib |
Methods in org.objectweb.speedo.pm.lib with parameters of type SpeedoProxy | |
void |
SpeedoProxyManager.speedoMakePersistent(SpeedoProxy sp)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |