Uses of Class
org.hibernate.collection.spi.PersistentSet
Packages that use PersistentSet
Package
Description
Internal implementations and support for persistent collections.
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
-
Uses of PersistentSet in org.hibernate.collection.internal
Methods in org.hibernate.collection.internal that return PersistentSetModifier and TypeMethodDescriptionStandardSetSemantics.instantiateWrapper
(Object key, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) StandardSetSemantics.wrap
(Set<E> rawCollection, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session) -
Uses of PersistentSet in org.hibernate.collection.spi
Subclasses of PersistentSet in org.hibernate.collection.spi -
Uses of PersistentSet in org.hibernate.sql.results.graph.collection.internal
Methods in org.hibernate.sql.results.graph.collection.internal that return PersistentSetModifier and TypeMethodDescription@Nullable PersistentSet<?>
SetInitializer.getCollectionInstance
(AbstractImmediateCollectionInitializer.ImmediateCollectionInitializerData data)