public abstract class AbstractConfiguration<T,V> extends LabeledStorable implements Map<T,V>
| Constructor and Description |
|---|
AbstractConfiguration() |
AbstractConfiguration(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<T,V>> |
entrySet() |
void |
fillConfiguration(Map<T,V> configuration) |
V |
get(Object key) |
Map<T,V> |
getConfiguration() |
String |
getTypeName() |
boolean |
isEmpty() |
Set<T> |
keySet() |
V |
put(T key,
V value) |
void |
putAll(Map<? extends T,? extends V> m) |
V |
remove(Object key) |
protected void |
setConfiguration(Map<T,V> configuration)
hibernate set its proxy thru this method.
|
void |
setTypeName(String typeName) |
int |
size() |
Collection<V> |
values() |
fillLabelscontains, copy, doAfterCreate, doAfterUpdate, doBeforeRemove, equals, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getID, getManager, getNaturalId, getParent, getPrefix, getStorableProp, getStoreInformationDelegate, getVersion, hashCode, move, performActionsForImportIntoAnotherProject, performPostCopyActions, performPostImportActions, performPostImportActionsParent, printStackTrace, remove, replicate, returnSimpleParent, setDescription, setID, setNaturalId, setParent, setPrefix, setStorableProp, setVersion, store, toString, update, upStorableVersiongetName, setNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllgetLabels, setLabelscontains, copy, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getNaturalId, getParent, getProjectId, getStorableProp, getStoreInformationDelegate, move, performActionsForImportIntoAnotherProject, performPostCopyActions, performPostImportActions, performPostImportActionsParent, remove, replicate, returnSimpleParent, setDescription, setNaturalId, setParent, setProjectId, setStorableProp, store, upStorableVersiongetName, setNamegetID, setIDgetPrefix, setPrefixgetVersion, setVersionpublic AbstractConfiguration()
public AbstractConfiguration(String typeName)
public boolean containsKey(Object key)
containsKey in interface Map<T,V>public boolean containsValue(Object value)
containsValue in interface Map<T,V>public String getTypeName()
public void setTypeName(String typeName)
protected void setConfiguration(Map<T,V> configuration)
Copyright © 2025. All rights reserved.