Uses of Class
org.hibernate.collection.spi.PersistentSet
-
Packages that use PersistentSet Package Description org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.collection.spi SPI definitions for persistent collectionsorg.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 ajava.util.SortedSet
. -
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()
-