Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractMapStore

Packages that use AbstractMapStore
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 AbstractMapStore in org.datanucleus.store.rdbms.scostore
 

Subclasses of AbstractMapStore in org.datanucleus.store.rdbms.scostore
 class RDBMSFKMapStore
          RDBMS-specific implementation of an MapStore where 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).
 class RDBMSJoinMapStore
          RDBMS-specific implementation of an MapStore using join table.
 

Methods in org.datanucleus.store.rdbms.scostore with parameters of type AbstractMapStore
static int BackingStoreHelper.populateEmbeddedKeyFieldsInStatement(org.datanucleus.store.ObjectProvider 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 int BackingStoreHelper.populateEmbeddedValueFieldsInStatement(org.datanucleus.store.ObjectProvider 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.
 



Copyright © 2012. All Rights Reserved.