Uses of Class
org.datanucleus.store.rdbms.scostore.BaseContainerStore
-
Packages that use BaseContainerStore 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 BaseContainerStore in org.datanucleus.store.rdbms.scostore
Subclasses of BaseContainerStore in org.datanucleus.store.rdbms.scostore Modifier and Type Class Description classAbstractArrayStore<E>Abstract representation of the backing store for an array.classAbstractCollectionStore<E>Abstract representation of a store of a Collection.classAbstractListStore<E>Abstract representation of a backing store for a List.classAbstractMapStore<K,V>Abstract representation of the backing store for a Map.classAbstractSetStore<E>Abstract representation of the backing store for a Set/Collection.classElementContainerStoreRepresentation of the store of an element-based container.classFKArrayStore<E>RDBMS-specific implementation of an FK ArrayStore.classFKListStore<E>RDBMS-specific implementation of anListStoreusing foreign keys.classFKMapStore<K,V>RDBMS-specific 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>RDBMS-specific implementation of anSetStoreusing foreign keys.classJoinArrayStore<E>RDBMS-specific implementation of a Join ArrayStoreclassJoinListStore<E>RDBMS-specific implementation of aListStoreusing join table.classJoinMapStore<K,V>RDBMS-specific implementation of aMapStoreusing join table.classJoinSetStore<E>RDBMS-specific implementation of aSetStoreusing join table.Methods in org.datanucleus.store.rdbms.scostore with parameters of type BaseContainerStore Modifier and Type Method Description static intBackingStoreHelper. populateEmbeddedElementFieldsInStatement(org.datanucleus.state.ObjectProvider op, 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.ObjectProvider op, org.datanucleus.ExecutionContext ec, PreparedStatement ps, int jdbcPosition, BaseContainerStore bcs)Convenience method to populate the passed PreparedStatement with the value from the owner.
-