Class StandardOrderedMapSemantics<K,V>

java.lang.Object
org.hibernate.collection.spi.AbstractMapSemantics<LinkedHashMap<K,V>,K,V>
org.hibernate.collection.internal.StandardOrderedMapSemantics<K,V>
All Implemented Interfaces:
CollectionSemantics<LinkedHashMap<K,V>,V>, MapSemantics<LinkedHashMap<K,V>,K,V>

public class StandardOrderedMapSemantics<K,V> extends AbstractMapSemantics<LinkedHashMap<K,V>,K,V>