Uses of Interface
org.hibernate.models.spi.VoidTypeDetails
Packages that use VoidTypeDetails
-
Uses of VoidTypeDetails in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement VoidTypeDetailsModifier and TypeClassDescriptionclassTypeDetails referring to a void or VoidMethods in org.hibernate.models.internal that return VoidTypeDetailsMethods in org.hibernate.models.internal with parameters of type VoidTypeDetailsModifier and TypeMethodDescriptionIsResolvedTypeSwitch.caseVoid(VoidTypeDetails voidType, ModelsContext modelsContext) TypeDetailsSwitch.caseVoid(VoidTypeDetails voidType) TypeDetailsSwitchSupport.caseVoid(VoidTypeDetails voidType) -
Uses of VoidTypeDetails in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return VoidTypeDetailsModifier and TypeMethodDescriptiondefault VoidTypeDetailsTypeDetails.asVoidType()Cast this TypeDetails as a VoidTypeDetails, throwing an exception if it cannot be.VoidTypeDetails.asVoidType()Methods in org.hibernate.models.spi with parameters of type VoidTypeDetailsModifier and TypeMethodDescriptionTypeDetailsSwitch.caseVoid(VoidTypeDetails voidType, ModelsContext modelsContext) Handle the case of void (or Void)