Class DefaultSqlSession.StrictMap<V>

java.lang.Object
java.util.AbstractMap<K,​V>
java.util.HashMap<String,​V>
org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap<V>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,​V>
Enclosing class:
DefaultSqlSession

@Deprecated
public static class DefaultSqlSession.StrictMap<V>
extends HashMap<String,​V>
Deprecated.
Since 3.5.5
See Also:
Serialized Form
  • Constructor Details

    • StrictMap

      public StrictMap()
      Deprecated.
  • Method Details