Class StandardSortedSetSemantics<E>
java.lang.Object
org.hibernate.collection.spi.AbstractSetSemantics<SortedSet<E>,E>
org.hibernate.collection.internal.StandardSortedSetSemantics<E>
- All Implemented Interfaces:
CollectionSemantics<SortedSet<E>,E>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe classification handled by this semanticThe collection's Java typegetElementIterator(SortedSet<E> rawCollection) Obtain an iterator over the collection elementsinstantiateRaw(int anticipatedSize, CollectionPersister collectionDescriptor) Create a raw (unwrapped) version of the collectioninstantiateWrapper(Object key, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) Create a wrapper for the collectionwrap(SortedSet<E> rawCollection, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) Wrap a raw collection in wrapperMethods inherited from class org.hibernate.collection.spi.AbstractSetSemantics
createInitializerProducer, visitElementsMethods 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<SortedSet<E>,E> - Overrides:
getCollectionJavaTypein classAbstractSetSemantics<SortedSet<E>,E>
-
instantiateRaw
Description copied from interface:CollectionSemanticsCreate a raw (unwrapped) version of the collection -
getElementIterator
Description copied from interface:CollectionSemanticsObtain an iterator over the collection elements- Specified by:
getElementIteratorin interfaceCollectionSemantics<SortedSet<E>,E> - Overrides:
getElementIteratorin classAbstractSetSemantics<SortedSet<E>,E>
-