public abstract class PersistableMap<K,V> extends HashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PersistableMap() |
| Modifier and Type | Method and Description |
|---|---|
abstract V |
put(K key,
V value,
boolean persist)
Custom method to put properties into the map, optionally without
triggering persistence.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic abstract V put(K key, V value, boolean persist)
key - The property namevalue - The property valuepersist - True if the changes should be persisted to the databaseCopyright © 2003-2008 Jive Software.