Package org.hibernate.collection.spi
Interface MapSemantics<MKV extendsMap<K,V>,K,V>
- All Superinterfaces:
CollectionSemantics<MKV,V>
- All Known Implementing Classes:
AbstractMapSemantics,StandardMapSemantics,StandardOrderedMapSemantics,StandardSortedMapSemantics
public interfaceMapSemantics<MKV extendsMap<K,V>,K,V>extendsCollectionSemantics<MKV,V>
Extension ofCollectionSemanticsfor Maps
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<K>getKeyIterator(MKV rawMap)voidvisitEntries(MKV rawMap,BiConsumer<? superK,? superV> action)voidvisitKeys(MKV rawMap,Consumer<? superK> action)Methods inherited from interface org.hibernate.collection.spi.CollectionSemantics
createInitializerProducer,createInitializerProducer,getCollectionClassification,getCollectionJavaType,getElementIterator,instantiateRaw,instantiateWrapper,visitElements,wrap