Uses of Class
org.hibernate.collection.spi.PersistentSet
-
Packages that use PersistentSet Package Description org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers. -
-
Uses of PersistentSet in org.hibernate.collection.spi
Subclasses of PersistentSet in org.hibernate.collection.spi Modifier and Type Class Description classPersistentSortedSet<E>A persistent wrapper for aSortedSet.
-