Uses of Class
org.datanucleus.store.rdbms.scostore.BaseContainerStore
Packages that use BaseContainerStore
Package
Description
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
-
Uses of BaseContainerStore in org.datanucleus.store.rdbms.scostore
Subclasses of BaseContainerStore 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.classAbstractMapStore<K,V> Abstract representation of the backing store for a Map.classAbstract representation of the backing store for a Set/Collection.classRepresentation of the store of an element-based container.classFKArrayStore<E>Implementation of an FK ArrayStore.classFKListStore<E>Implementation of aListStoreusing foreign keys.classFKMapStore<K,V> Implementation of anMapStorewhere either the value has a FK to the owner (and the key stored in the value), or whether the key has a FK to the owner (and the value stored in the key).classFKSetStore<E>Implementation of anSetStoreusing foreign keys.classImplementation of a Join ArrayStoreclassImplementation of aListStoreusing join table.classJoinMapStore<K,V> RDBMS-specific implementation of aMapStoreusing join table.classJoinSetStore<E>Implementation of aSetStoreusing join table.(package private) classMapEntrySetStore<K,V> RDBMS-specific implementation of a SetStore for map entries.(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 BaseContainerStoreModifier and TypeMethodDescriptionstatic intBackingStoreHelper.populateEmbeddedElementFieldsInStatement(org.datanucleus.state.DNStateManager sm, Object element, PreparedStatement ps, int jdbcPosition, org.datanucleus.metadata.AbstractMemberMetaData ownerFieldMetaData, JavaTypeMapping elementMapping, org.datanucleus.metadata.AbstractClassMetaData emd, BaseContainerStore bcs) Convenience method to populate the passed PreparedStatement with the field values from the embedded element starting at the specified jdbc position.static intBackingStoreHelper.populateOwnerInStatement(org.datanucleus.state.DNStateManager sm, org.datanucleus.ExecutionContext ec, PreparedStatement ps, int jdbcPosition, BaseContainerStore bcs) Convenience method to populate the passed PreparedStatement with the value from the owner.