|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistentMap | |
com.triactive.jdo.sco | |
com.triactive.jdo.store | |
com.triactive.jdo.store.mapping |
Uses of PersistentMap in com.triactive.jdo.sco |
Methods in com.triactive.jdo.sco that return PersistentMap | |
protected PersistentMap |
SCOProcessor.MapProcessor.getBackingMap(java.lang.Object owner,
java.lang.String fieldName)
Returns the backing store for the specified Map field. |
Methods in com.triactive.jdo.sco with parameters of type PersistentMap | |
abstract SCO |
SCOProcessor.MapProcessor.newSCOInstance(java.lang.Object owner,
java.lang.String fieldName,
PersistentMap backing)
Returns a new SCO Map instance that is unloaded. |
SCO |
SCOProcessor.HashMapProcessor.newSCOInstance(java.lang.Object owner,
java.lang.String fieldName,
PersistentMap backing)
|
SCO |
SCOProcessor.HashtableProcessor.newSCOInstance(java.lang.Object owner,
java.lang.String fieldName,
PersistentMap backing)
|
Constructors in com.triactive.jdo.sco with parameters of type PersistentMap | |
Hashtable(java.lang.Object owner,
java.lang.String fieldName,
PersistentMap backing)
Constructs an SCO Hashtable representing an existing persistent map. |
|
Hashtable(java.lang.Object owner,
java.lang.String fieldName,
PersistentMap backing,
java.util.Map value)
Constructs an SCO Hashtable having the specified initial contents. |
|
HashMap(java.lang.Object owner,
java.lang.String fieldName,
PersistentMap backing)
Constructs an SCO HashMap representing an existing persistent map. |
|
HashMap(java.lang.Object owner,
java.lang.String fieldName,
PersistentMap backing,
java.util.Map value)
Constructs an SCO HashMap having the specified initial contents. |
Uses of PersistentMap in com.triactive.jdo.store |
Methods in com.triactive.jdo.store that return PersistentMap | |
PersistentMap |
OneToManyMapStore.newMapInstance(StateManager owner)
Returns a new persistent map representing the map associated with the given object. Iterators returned by the map's collection views (entrySet(), keySet(), values()) support the remove() method. |
PersistentMap |
MapStore.newMapInstance(StateManager owner)
Returns a new persistent map representing the map associated with the given object. |
PersistentMap |
ManyToManyMapStore.newMapInstance(StateManager owner)
Returns a new persistent map representing the map associated with the given object. Iterators returned by the map's collection views (entrySet(), keySet(), values()) support the remove() method. |
Uses of PersistentMap in com.triactive.jdo.store.mapping |
Methods in com.triactive.jdo.store.mapping that return PersistentMap | |
PersistentMap |
MapMapping.getBackingMap(StateManager sm)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |