Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractMapStore
Packages that use AbstractMapStore
Package
Description
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
-
Uses of AbstractMapStore in org.datanucleus.store.rdbms.scostore
Subclasses of AbstractMapStore in org.datanucleus.store.rdbms.scostoreModifier and TypeClassDescriptionclassFKMapStore<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).classJoinMapStore<K,V> RDBMS-specific implementation of aMapStoreusing join table.Methods in org.datanucleus.store.rdbms.scostore with parameters of type AbstractMapStoreModifier and TypeMethodDescriptionstatic intBackingStoreHelper.populateEmbeddedKeyFieldsInStatement(org.datanucleus.state.DNStateManager sm, Object key, PreparedStatement ps, int jdbcPosition, JoinTable joinTable, AbstractMapStore mapStore) Convenience method to populate the passed PreparedStatement with the field values from the embedded map key starting at the specified jdbc position.static intBackingStoreHelper.populateEmbeddedValueFieldsInStatement(org.datanucleus.state.DNStateManager sm, Object value, PreparedStatement ps, int jdbcPosition, JoinTable joinTable, AbstractMapStore mapStore) Convenience method to populate the passed PreparedStatement with the field values from the embedded map value starting at the specified jdbc position.