com.triactive.jdo.store
Class NormalMapStore

java.lang.Object
  extended by com.triactive.jdo.store.AbstractMapStore
      extended by com.triactive.jdo.store.NormalMapStore
All Implemented Interfaces:
MapStore

 class NormalMapStore
extends AbstractMapStore


Field Summary
 
Fields inherited from class com.triactive.jdo.store.AbstractMapStore
containsValueStmt, dba, getStmt, keyColumn, keyMapping, keysAreEmbedded, keyType, ownerColumn, ownerMapping, storeMgr, valueColumn, valueMapping, valuesAreEmbedded, valueType
 
Constructor Summary
NormalMapStore(MapTable mapTable)
           
 
Method Summary
 void clear(StateManager sm)
           
 SetStore entrySetStore()
           
 SetStore keySetStore()
           
 java.lang.Object put(StateManager sm, java.lang.Object key, java.lang.Object value)
           
 java.lang.Object remove(StateManager sm, java.lang.Object key)
           
 SetStore valueSetStore()
           
 
Methods inherited from class com.triactive.jdo.store.AbstractMapStore
containsKey, containsValue, get, get0, getKeyType, getStoreManager, getValueType, putAll, validateKeyForReading, validateKeyForWriting, validateKeyType, validateValueForReading, validateValueForWriting, validateValueType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalMapStore

public NormalMapStore(MapTable mapTable)
Method Detail

put

public java.lang.Object put(StateManager sm,
                            java.lang.Object key,
                            java.lang.Object value)

remove

public java.lang.Object remove(StateManager sm,
                               java.lang.Object key)

clear

public void clear(StateManager sm)

keySetStore

public SetStore keySetStore()

valueSetStore

public SetStore valueSetStore()

entrySetStore

public SetStore entrySetStore()


Copyright ? 2001 TriActive, Inc. All Rights Reserved.