org.nuiton.topia.persistence.util
Class TopiaEntityIdsMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<Class<? extends TopiaEntity>,List<String>>
          extended by org.nuiton.topia.persistence.util.TopiaEntityIdsMap
All Implemented Interfaces:
Serializable, Cloneable, Map<Class<? extends TopiaEntity>,List<String>>

public class TopiaEntityIdsMap
extends HashMap<Class<? extends TopiaEntity>,List<String>>

A map of ids of entities grouped by their type.

Since:
2.4.3
Author:
tchemit
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
TopiaEntityIdsMap()
           
 
Method Summary
 void addIds(Class<? extends TopiaEntity> type, Iterable<String> ids)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

TopiaEntityIdsMap

public TopiaEntityIdsMap()
Method Detail

addIds

public void addIds(Class<? extends TopiaEntity> type,
                   Iterable<String> ids)


Copyright © 2004-2010 CodeLutin. All Rights Reserved.