Class StandardMapSemantics<K,V>

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

public class StandardMapSemantics<K,V> extends AbstractMapSemantics<Map<K,V>,K,V>
CollectionSemantics for maps