Uses of Interface
org.datanucleus.store.types.scostore.SetStore
Packages that use SetStore
Package
Description
Package providing backing store definitions for (SCO) types that need a backing store.
Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are
supported.
-
Uses of SetStore in org.datanucleus.store.types.scostore
Methods in org.datanucleus.store.types.scostore that return SetStoreModifier and TypeMethodDescriptionMapStore.entrySetStore()
Accessor for a backing store representing the entry set for the Map.MapStore.keySetStore()
Accessor for a backing store representing the key set for the Map. -
Uses of SetStore in org.datanucleus.store.types.wrappers.backed
Fields in org.datanucleus.store.types.wrappers.backed declared as SetStoreModifier and TypeFieldDescriptionHashSet.backingStore
LinkedHashSet.backingStore
Set.backingStore
SortedSet.backingStore
TreeSet.backingStore
Constructors in org.datanucleus.store.types.wrappers.backed with parameters of type SetStoreModifierConstructorDescriptionSet
(DNStateManager ownerSM, AbstractMemberMetaData mmd, boolean allowNulls, SetStore<E> backingStore) Constructor allowing the specification of the backing store to be used.