Uses of Class
org.datanucleus.store.rdbms.scostore.AbstractMapStore
-
Packages that use AbstractMapStore 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 AbstractMapStore in org.datanucleus.store.rdbms.scostore
Subclasses of AbstractMapStore in org.datanucleus.store.rdbms.scostore Modifier and Type Class Description 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).classJoinMapStore<K,V>RDBMS-specific implementation of aMapStoreusing join table.Methods in org.datanucleus.store.rdbms.scostore with parameters of type AbstractMapStore Modifier and Type Method Description static intBackingStoreHelper. populateEmbeddedKeyFieldsInStatement(org.datanucleus.state.ObjectProvider op, 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.ObjectProvider op, 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.
-