Uses of Interface
org.hibernate.internal.util.collections.ReadOnlyMap
-
Packages that use ReadOnlyMap Package Description org.hibernate.internal.util.collections -
-
Uses of ReadOnlyMap in org.hibernate.internal.util.collections
Classes in org.hibernate.internal.util.collections that implement ReadOnlyMap Modifier and Type Class Description class
MapBackedClassValue<V>
For efficient lookup based on Class types as key, a ClassValue should be used; however it requires lazy association of values; this helper wraps a plain HashMap but optimises lookups via the ClassValue.Fields in org.hibernate.internal.util.collections declared as ReadOnlyMap Modifier and Type Field Description static ReadOnlyMap
ReadOnlyMap. EMPTY
-