Class AbstractMapSemantics<MKV extends Map<K,V>,K,V>

java.lang.Object
org.hibernate.collection.spi.AbstractMapSemantics<MKV,K,V>
All Implemented Interfaces:
CollectionSemantics<MKV,V>, MapSemantics<MKV,K,V>
Direct Known Subclasses:
StandardMapSemantics, StandardOrderedMapSemantics, StandardSortedMapSemantics

public abstract class AbstractMapSemantics<MKV extends Map<K,V>,K,V> extends Object implements MapSemantics<MKV,K,V>