Uses of Class
org.hibernate.models.internal.TypeDetailsSwitchSupport
Packages that use TypeDetailsSwitchSupport
-
Uses of TypeDetailsSwitchSupport in org.hibernate.models.internal
Subclasses of TypeDetailsSwitchSupport in org.hibernate.models.internalModifier and TypeClassDescriptionclassUsed to determine the type details for a Collection element - see CollectionElementSwitch.extractCollectionElementType(TypeDetails)classUsed to determine the type details for a Map key - see MapKeySwitch.extractMapKeyType(TypeDetails)classUsed to determine the type details for a Map value - see MapValueSwitch.extractMapValueType(TypeDetails)