Uses of Interface
com.triactive.jdo.store.PersistentSet

Packages that use PersistentSet
com.triactive.jdo.sco   
com.triactive.jdo.store   
com.triactive.jdo.store.mapping   
 

Uses of PersistentSet in com.triactive.jdo.sco
 

Methods in com.triactive.jdo.sco that return PersistentSet
protected  PersistentSet SCOProcessor.SetProcessor.getBackingSet(java.lang.Object owner, java.lang.String fieldName)
          Returns the backing store for the specified Collection or Set field.
 

Methods in com.triactive.jdo.sco with parameters of type PersistentSet
abstract  SCO SCOProcessor.SetProcessor.newSCOInstance(java.lang.Object owner, java.lang.String fieldName, PersistentSet backing)
          Returns a new SCO Set instance that is unloaded.
 SCO SCOProcessor.HashSetProcessor.newSCOInstance(java.lang.Object owner, java.lang.String fieldName, PersistentSet backing)
           
 

Constructors in com.triactive.jdo.sco with parameters of type PersistentSet
HashSet(java.lang.Object owner, java.lang.String fieldName, PersistentSet backing)
          Constructs an SCO HashSet representing an existing persistent set.
HashSet(java.lang.Object owner, java.lang.String fieldName, PersistentSet backing, java.util.Collection value)
          Constructs an SCO HashSet having the specified initial contents.
 

Uses of PersistentSet in com.triactive.jdo.store
 

Methods in com.triactive.jdo.store that return PersistentSet
 PersistentSet SetStore.newSetInstance(StateManager owner)
          Returns a new persistent set representing the set associated with the given object.
 PersistentSet OneToManySetStore.newSetInstance(StateManager owner)
          Returns a new persistent set representing the set associated with the given object.

Iterators returned by the persistent set support the remove() method.

 PersistentSet ManyToManySetStore.newSetInstance(StateManager owner)
          Returns a new persistent set representing the set associated with the given object.

Iterators returned by the persistent set support the remove() method.

 

Uses of PersistentSet in com.triactive.jdo.store.mapping
 

Methods in com.triactive.jdo.store.mapping that return PersistentSet
 PersistentSet SetMapping.getBackingSet(StateManager sm)
           
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.