| Package | Description | 
|---|---|
| sirius.db.mixing.properties | |
| sirius.db.mixing.types | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SafeMap<?,?> | BaseMapProperty. getMap(Object entity) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StringIntMapProvides a map of String to int as property value. | 
| class  | StringListMapProvides a map of string to list of strings as property value. | 
| class  | StringLocalDateTimeMapRepresents map of String pointing to LocalDateTime values. | 
| class  | StringMapProvides a simple string-string map as property value. | 
| class  | StringNestedMap<N extends Nested>Represents map of String pointing to  Nestedvalues. | 
| Modifier and Type | Method and Description | 
|---|---|
| SafeMap<K,V> | SafeMap. clear()Clears the entire map. | 
| SafeMap<K,V> | SafeMap. put(K key,
   V value)Puts the given key and value into the map. | 
Copyright © 2018. All rights reserved.