Class StandardBagSemantics<E>
java.lang.Object
org.hibernate.collection.spi.AbstractBagSemantics<E>
org.hibernate.collection.internal.StandardBagSemantics<E>
- All Implemented Interfaces:
BagSemantics<Collection<E>,
,E> CollectionSemantics<Collection<E>,
E>
CollectionSemantics for bags
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe classification handled by this semanticinstantiateWrapper
(Object key, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) Create a wrapper for the collectionwrap
(Collection<E> rawCollection, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) Wrap a raw collection in wrapperMethods inherited from class org.hibernate.collection.spi.AbstractBagSemantics
createInitializerProducer, getCollectionJavaType, getElementIterator, instantiateRaw, 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
-