Uses of Interface
org.hibernate.collection.spi.MapSemantics
-
Packages that use MapSemantics 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. -
-
Uses of MapSemantics in org.hibernate.collection.internal
Classes in org.hibernate.collection.internal that implement MapSemantics Modifier and Type Class Description class
StandardMapSemantics<K,V>
CollectionSemantics for mapsclass
StandardOrderedMapSemantics<K,V>
class
StandardSortedMapSemantics<K,V>
-
Uses of MapSemantics in org.hibernate.collection.spi
Classes in org.hibernate.collection.spi that implement MapSemantics Modifier and Type Class Description class
AbstractMapSemantics<MKV extends Map<K,V>,K,V>
-