Uses of Class
org.hibernate.collection.spi.PersistentMap
-
Packages that use PersistentMap Package Description org.hibernate.collection.spi SPI definitions for persistent collectionsorg.hibernate.sql.results.graph.collection.internal -
-
Uses of PersistentMap in org.hibernate.collection.spi
Subclasses of PersistentMap in org.hibernate.collection.spi Modifier and Type Class Description class
PersistentSortedMap<K,E>
A persistent wrapper for ajava.util.SortedMap
. -
Uses of PersistentMap in org.hibernate.sql.results.graph.collection.internal
Methods in org.hibernate.sql.results.graph.collection.internal that return PersistentMap Modifier and Type Method Description PersistentMap<?,?>
MapInitializer. getCollectionInstance()
-