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 classStandardMapSemantics<K,V>CollectionSemantics for mapsclassStandardOrderedMapSemantics<K,V>classStandardSortedMapSemantics<K,V> -
Uses of MapSemantics in org.hibernate.collection.spi
Classes in org.hibernate.collection.spi that implement MapSemantics Modifier and Type Class Description classAbstractMapSemantics<MKV extends Map<K,V>,K,V>
-