com.triactive.jdo.store
Class NormalMapStore
java.lang.Object
com.triactive.jdo.store.AbstractMapStore
com.triactive.jdo.store.NormalMapStore
- All Implemented Interfaces:
- MapStore
class NormalMapStore
- extends AbstractMapStore
Fields inherited from class com.triactive.jdo.store.AbstractMapStore |
containsValueStmt, dba, getStmt, keyColumn, keyMapping, keysAreEmbedded, keyType, ownerColumn, ownerMapping, storeMgr, valueColumn, valueMapping, valuesAreEmbedded, valueType |
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 |
NormalMapStore
public NormalMapStore(MapTable mapTable)
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.