Package org.hibernate.collection.spi
Interface MapSemantics<MKV extends Map<K,V>,K,V>
- All Superinterfaces:
CollectionSemantics<MKV,
V>
- All Known Implementing Classes:
AbstractMapSemantics
,StandardMapSemantics
,StandardOrderedMapSemantics
,StandardSortedMapSemantics
Extension of
CollectionSemantics
for Maps-
Method Summary
Modifier and TypeMethodDescriptiongetKeyIterator
(MKV rawMap) void
visitEntries
(MKV rawMap, BiConsumer<? super K, ? super V> action) void
Methods inherited from interface org.hibernate.collection.spi.CollectionSemantics
createInitializerProducer, createInitializerProducer, getCollectionClassification, getCollectionJavaType, getElementIterator, instantiateRaw, instantiateWrapper, visitElements, wrap
-
Method Details
-
getKeyIterator
-
visitKeys
-
visitEntries
-