Class StandardSetSemantics<E>
java.lang.Object
org.hibernate.collection.spi.AbstractSetSemantics<Set<E>,E>
org.hibernate.collection.internal.StandardSetSemantics<E>
- All Implemented Interfaces:
CollectionSemantics<Set<E>,
E>
-
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
(Set<E> rawCollection, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) Wrap a raw collection in wrapperMethods inherited from class org.hibernate.collection.spi.AbstractSetSemantics
createInitializerProducer, getCollectionJavaType, getElementIterator, visitElements
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
-