Class TopiaEntityIdsMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<Class<? extends TopiaEntity>,List<String>>
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 <chemit@codelutin.com>
See Also:
  • Constructor Details

    • TopiaEntityIdsMap

      public TopiaEntityIdsMap()
  • Method Details