|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SpeedoProxy in org.objectweb.speedo.api |
Subinterfaces of SpeedoProxy in org.objectweb.speedo.api | |
interface |
SpeedoGenClassProxy
This interfaces represents a SpeedoProxy for a generic class (Collectio, Set, Map, ...) It permits to specify the mapper throught the generic class is persistent. |
Methods in org.objectweb.speedo.api that return SpeedoProxy | |
SpeedoProxy |
SpeedoAccessor.jdoGetSpeedoProxy()
|
Methods in org.objectweb.speedo.api with parameters of type SpeedoProxy | |
org.objectweb.jorm.naming.api.PName |
ProxyManager.createFieldOfProxy(SpeedoProxy pc,
SpeedoProxy father,
java.lang.String field)
Sets the reference between two JDO instances |
org.objectweb.jorm.naming.api.PBinder |
JormFactory.getPBinder(SpeedoProxy sp)
|
org.objectweb.jorm.api.PClassMapping |
JormFactory.getPClassMapping(SpeedoProxy sp)
Retrieves a PClassMapping instance managing a SpeedoProxy. |
org.objectweb.jorm.naming.api.PNamingContext |
JormFactory.getPNamingContext(SpeedoProxy sp)
|
void |
SpeedoAccessor.jdoSetSpeedoProxy(SpeedoProxy sp)
Assignes the SpeedoProxy attached to this state representation. |
Uses of SpeedoProxy in org.objectweb.speedo.runtime |
Methods in org.objectweb.speedo.runtime with parameters of type SpeedoProxy | |
org.objectweb.jorm.naming.api.PName |
SpeedoPersistenceManager.createFieldOfProxy(SpeedoProxy sp,
SpeedoProxy father,
java.lang.String name)
Sets the reference between two JDO instances |
org.objectweb.jorm.naming.api.PBinder |
BasicJormFactory.getPBinder(SpeedoProxy sp)
|
org.objectweb.jorm.api.PClassMapping |
BasicJormFactory.getPClassMapping(SpeedoProxy sp)
Retrieves a PClassMapping instance managing a SpeedoProxy. |
org.objectweb.jorm.naming.api.PNamingContext |
BasicJormFactory.getPNamingContext(SpeedoProxy sp)
|
Uses of SpeedoProxy in org.objectweb.speedo.runtime.concurrence.optimistic |
Fields in org.objectweb.speedo.runtime.concurrence.optimistic declared as SpeedoProxy | |
protected SpeedoProxy |
BasicSpeedoAccessor.proxy
|
Methods in org.objectweb.speedo.runtime.concurrence.optimistic that return SpeedoProxy | |
SpeedoProxy |
BasicSpeedoAccessor.jdoGetSpeedoProxy()
|
Methods in org.objectweb.speedo.runtime.concurrence.optimistic with parameters of type SpeedoProxy | |
void |
BasicSpeedoAccessor.jdoSetSpeedoProxy(SpeedoProxy sp)
It assignes the SpeedoProxy attached to this state representation. |
Uses of SpeedoProxy in org.objectweb.speedo.runtime.genclass |
Classes in org.objectweb.speedo.runtime.genclass that implement SpeedoProxy | |
class |
GenClass
This class is a basic implementation of the SpeedoGenClassProxy interface. |
Methods in org.objectweb.speedo.runtime.genclass that return SpeedoProxy | |
SpeedoProxy |
GenClass.jdoGetSpeedoProxy()
|
Methods in org.objectweb.speedo.runtime.genclass with parameters of type SpeedoProxy | |
void |
GenClass.jdoMakePersistent(ProxyManager pm,
SpeedoProxy sp)
|
void |
GenClass.jdoSetSpeedoProxy(SpeedoProxy sp)
|
Uses of SpeedoProxy in org.objectweb.speedo.runtime.genclass.collection |
Classes in org.objectweb.speedo.runtime.genclass.collection that implement SpeedoProxy | |
class |
CollectionImpl
This class is an implementation of the java.util.Collection interface. |
class |
SetImpl
|
Methods in org.objectweb.speedo.runtime.genclass.collection with parameters of type SpeedoProxy | |
void |
CollectionImpl.jdoMakePersistent(ProxyManager pm,
SpeedoProxy sp)
|
Uses of SpeedoProxy in org.objectweb.speedo.runtime.genclass.map |
Classes in org.objectweb.speedo.runtime.genclass.map that implement SpeedoProxy | |
class |
MapImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |