Class StandardSortedMapSemantics<K,V>
java.lang.Object
org.hibernate.collection.spi.AbstractMapSemantics<SortedMap<K,V>,K,V>
org.hibernate.collection.internal.StandardSortedMapSemantics<K,V>
- All Implemented Interfaces:
CollectionSemantics<SortedMap<K,,V>, V> MapSemantics<SortedMap<K,V>, K, V>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe classification handled by this semanticThe collection's Java typeinstantiateRaw(int anticipatedSize, CollectionPersister collectionDescriptor) Create a raw (unwrapped) version of the collectioninstantiateWrapper(Object key, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) Create a wrapper for the collectionwrap(SortedMap<K, V> rawCollection, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) Wrap a raw collection in wrapperMethods inherited from class org.hibernate.collection.spi.AbstractMapSemantics
createInitializerProducer, getElementIterator, getKeyIterator, visitElements, visitEntries, visitKeysMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.collection.spi.CollectionSemantics
createInitializerProducer
-
Field Details
-
INSTANCE
Singleton access
-
-
Method Details
-
getCollectionClassification
Description copied from interface:CollectionSemanticsThe classification handled by this semantic -
getCollectionJavaType
Description copied from interface:CollectionSemanticsThe collection's Java type- Specified by:
getCollectionJavaTypein interfaceCollectionSemantics<K,V> - Overrides:
getCollectionJavaTypein classAbstractMapSemantics<SortedMap<K,V>, K, V>
-
instantiateRaw
Description copied from interface:CollectionSemanticsCreate a raw (unwrapped) version of the collection
-