Uses of Interface
org.jpox.store.scostore.SetStore

Packages that use SetStore
org.jpox.sco.simple Provides implementations of the "simple" wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.store.scostore Package providing backing store definitions for SCO stores. 
 

Uses of SetStore in org.jpox.sco.simple
 

Constructors in org.jpox.sco.simple with parameters of type SetStore
Set(StateManager ownerSM, java.lang.String fieldName, boolean allowsNulls, SetStore backingStore)
          Constructor allowing the specification of the backing store to be used.
 

Uses of SetStore in org.jpox.store.scostore
 

Methods in org.jpox.store.scostore that return SetStore
 SetStore MapStore.entrySetStore()
          Accessor for the entry set for the Map.
 SetStore MapStore.keySetStore(ClassLoaderResolver clr)
          Accessor for the keys in the Map.
 SetStore MapStore.valueSetStore(ClassLoaderResolver clr)
          Accessor for the values in the Map.
 



Copyright © -2008 . All Rights Reserved.