org.hibernate.sql.ast.render
Class OrderByRenderer.STAttrMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.hibernate.sql.ast.render.OrderByRenderer.STAttrMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Enclosing class:
OrderByRenderer

public static class OrderByRenderer.STAttrMap
extends HashMap<String,Object>

allows convenient multi-value initialization: "new STAttrMap().put(...).put(...)"

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
OrderByRenderer.STAttrMap()
           
 
Method Summary
 OrderByRenderer.STAttrMap put(String attrName, Object value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, 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

OrderByRenderer.STAttrMap

public OrderByRenderer.STAttrMap()
Method Detail

put

public OrderByRenderer.STAttrMap put(String attrName,
                                     Object value)
Specified by:
put in interface Map<String,Object>
Overrides:
put in class HashMap<String,Object>


Copyright © 2012 Hibernate. All Rights Reserved.