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

Packages that use SetStore
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. 
org.jpox.store.scostore Package providing backing store definitions for SCO stores. 
 

Uses of SetStore in org.jpox.sco
 

Methods in org.jpox.sco with parameters of type SetStore
protected  void Set.init(StateManager ownerSM, java.lang.String fieldName, boolean allowNulls, SetStore backingStore)
          Initialisation method.
 

Constructors in org.jpox.sco with parameters of type SetStore
Collection(StateManager ownerSM, java.lang.String fieldName, boolean allowNulls, SetStore setStore)
          Constructor.
Set(StateManager ownerSM, java.lang.String fieldName, boolean allowsNulls, SetStore backingStore)
          Constructor.
 

Uses of SetStore in org.jpox.store.rdbms.scostore
 

Classes in org.jpox.store.rdbms.scostore that implement SetStore
(package private)  class org.jpox.store.rdbms.scostore.AbstractSetStore
          Abstract representation of the backing store for a Set.
 class FKSetStore
          Representation of an Inverse Set as part of a relationship.
 class JoinSetStore
          Representation of a Normal Set as part of a relationship.
 class MapEntrySetStore
          Representation of backing store for a MapEntry Set.
 class MapKeySetStore
          Representation of the backing store for a MapKey Set.
 class MapValueSetStore
          Representation of the backing store for a MapValue Set.
 

Methods in org.jpox.store.rdbms.scostore that return SetStore
 SetStore FKMapStore.keySetStore(ClassLoaderResolver clr)
          Accessor for the keys in the Map.
 SetStore FKMapStore.valueSetStore(ClassLoaderResolver clr)
          Accessor for the values in the Map.
 SetStore FKMapStore.entrySetStore()
          Accessor for the map entries in the Map.
 SetStore JoinMapStore.keySetStore(ClassLoaderResolver clr)
          Accessor for the keys in the Map.
 SetStore JoinMapStore.valueSetStore(ClassLoaderResolver clr)
          Accessor for the values in the Map.
 SetStore JoinMapStore.entrySetStore()
          Accessor for the map entries in the Map.
 

Uses of SetStore in org.jpox.store.scostore
 

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



Copyright © -2007 . All Rights Reserved.