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>
CollectionSemantics for maps
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe classification handled by this semanticinstantiateRaw
(int anticipatedSize, CollectionPersister collectionDescriptor) Create a raw (unwrapped) version of the collectioninstantiateWrapper
(Object key, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) Create a wrapper for the collectionwrap
(Map<K, V> rawCollection, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) Wrap a raw collection in wrapperMethods inherited from class org.hibernate.collection.spi.AbstractMapSemantics
createInitializerProducer, getCollectionJavaType, getElementIterator, getKeyIterator, visitElements, visitEntries, visitKeys
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.collection.spi.CollectionSemantics
createInitializerProducer
-
Field Details
-
INSTANCE
Singleton access
-
-
Method Details
-
getCollectionClassification
Description copied from interface:CollectionSemantics
The classification handled by this semantic -
instantiateRaw
Description copied from interface:CollectionSemantics
Create a raw (unwrapped) version of the collection
-