Uses of Class
org.hibernate.collection.spi.PersistentSet
-
Packages that use PersistentSet Package Description org.hibernate.collection.internal Internal implementations and support for persistent collections.org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.sql.results.graph.collection.internal -
-
Uses of PersistentSet in org.hibernate.collection.internal
Methods in org.hibernate.collection.internal that return PersistentSet Modifier and Type Method Description PersistentSet<E>
StandardSetSemantics. instantiateWrapper(Object key, CollectionPersister collectionDescriptor, SharedSessionContractImplementor session)
PersistentSet<E>
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 Modifier and Type Class Description class
PersistentSortedSet<E>
A persistent wrapper for aSortedSet
. -
Uses of PersistentSet in org.hibernate.sql.results.graph.collection.internal
Methods in org.hibernate.sql.results.graph.collection.internal that return PersistentSet Modifier and Type Method Description PersistentSet<?>
SetInitializer. getCollectionInstance()
-