Uses of Interface
org.hibernate.models.internal.TypeDetailsSwitch
Packages that use TypeDetailsSwitch
-
Uses of TypeDetailsSwitch in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement TypeDetailsSwitchModifier 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)classMethods in org.hibernate.models.internal with parameters of type TypeDetailsSwitchModifier and TypeMethodDescriptionstatic <T> TTypeDetailsSwitcher.switchType(TypeDetails type, TypeDetailsSwitch<T> typeSwitch)