Uses of Class
org.datanucleus.store.rdbms.scostore.ElementContainerStore
-
Packages that use ElementContainerStore Package Description org.datanucleus.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus. -
-
Uses of ElementContainerStore in org.datanucleus.store.rdbms.scostore
Subclasses of ElementContainerStore in org.datanucleus.store.rdbms.scostore Modifier and Type Class Description class
AbstractArrayStore<E>
Abstract representation of the backing store for an array.class
AbstractCollectionStore<E>
Abstract representation of a store of a Collection.class
AbstractListStore<E>
Abstract representation of a backing store for a List.class
AbstractSetStore<E>
Abstract representation of the backing store for a Set/Collection.class
FKArrayStore<E>
Implementation of an FK ArrayStore.class
FKListStore<E>
Implementation of aListStore
using foreign keys.class
FKSetStore<E>
Implementation of anSetStore
using foreign keys.class
JoinArrayStore<E>
Implementation of a Join ArrayStoreclass
JoinListStore<E>
Implementation of aListStore
using join table.class
JoinSetStore<E>
Implementation of aSetStore
using join table.(package private) class
MapKeySetStore<K>
Implementation of a backing SetStore for map keys.(package private) class
MapValueCollectionStore<V>
RDBMS-specific implementation of a CollectionStore for map values.Methods in org.datanucleus.store.rdbms.scostore with parameters of type ElementContainerStore Modifier and Type Method Description static int
BackingStoreHelper. populateRelationDiscriminatorInStatement(org.datanucleus.ExecutionContext ec, java.sql.PreparedStatement ps, int jdbcPosition, ElementContainerStore ecs)
Convenience method to populate the passed PreparedStatement with the value for the distinguisher value.Constructors in org.datanucleus.store.rdbms.scostore with parameters of type ElementContainerStore Constructor Description ArrayStoreIterator(org.datanucleus.state.DNStateManager sm, java.sql.ResultSet rs, ResultObjectFactory<E> rof, ElementContainerStore backingStore)
-