Class StandardSortedMapSemantics<K,V>

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

public class StandardSortedMapSemantics<K,V> extends AbstractMapSemantics<SortedMap<K,V>,K,V>