Uses of Class
org.datanucleus.store.rdbms.scostore.ElementContainerStore
Packages that use ElementContainerStore
Package
Description
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.scostoreModifier and TypeClassDescriptionclassAbstract representation of the backing store for an array.classAbstract representation of a store of a Collection.classAbstract representation of a backing store for a List.classAbstract representation of the backing store for a Set/Collection.classFKArrayStore<E>Implementation of an FK ArrayStore.classFKListStore<E>Implementation of aListStoreusing foreign keys.classFKSetStore<E>Implementation of anSetStoreusing foreign keys.classImplementation of a Join ArrayStoreclassImplementation of aListStoreusing join table.classJoinSetStore<E>Implementation of aSetStoreusing join table.(package private) classImplementation of a backing SetStore for map keys.(package private) classRDBMS-specific implementation of a CollectionStore for map values.Methods in org.datanucleus.store.rdbms.scostore with parameters of type ElementContainerStoreModifier and TypeMethodDescriptionstatic intBackingStoreHelper.populateRelationDiscriminatorInStatement(org.datanucleus.ExecutionContext ec, 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 ElementContainerStoreModifierConstructorDescription(package private)ArrayStoreIterator(org.datanucleus.state.DNStateManager sm, ResultSet rs, ResultObjectFactory<E> rof, ElementContainerStore backingStore)