Uses of Interface
org.hibernate.models.spi.TypeDetailsSwitch
Packages that use TypeDetailsSwitch
-
Uses of TypeDetailsSwitch in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement TypeDetailsSwitchModifier and TypeClassDescriptionclassTypeDetailsSwitch implementation checking whether a type is resolved (all of its bounds are known) -
Uses of TypeDetailsSwitch in org.hibernate.models.spi
Methods in org.hibernate.models.spi with parameters of type TypeDetailsSwitchModifier and TypeMethodDescriptionstatic <T> TTypeDetailsSwitch.switchType(TypeDetails typeDetails, TypeDetailsSwitch<T> switcher, ModelsContext modelsContext) Main entry into the generics interpretation, with delegation to the defined case methods