Uses of Interface
org.hibernate.models.spi.ClassTypeDetails
Packages that use ClassTypeDetails
-
Uses of ClassTypeDetails in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement ClassTypeDetailsMethods in org.hibernate.models.internal with parameters of type ClassTypeDetailsModifier and TypeMethodDescriptionCollectionElementSwitch.caseClass(ClassTypeDetails classType) IsResolvedTypeSwitch.caseClass(ClassTypeDetails classType, ModelsContext modelsContext) MapKeySwitch.caseClass(ClassTypeDetails classType) MapValueSwitch.caseClass(ClassTypeDetails classType) TypeDetailsSwitch.caseClass(ClassTypeDetails classType) TypeDetailsSwitchSupport.caseClass(ClassTypeDetails classType) -
Uses of ClassTypeDetails in org.hibernate.models.spi
Fields in org.hibernate.models.spi declared as ClassTypeDetailsModifier and TypeFieldDescriptionstatic final ClassTypeDetailsStandardTypeDetails.OBJECT_TYPE_DETAILSType details for ObjectMethods in org.hibernate.models.spi that return ClassTypeDetailsModifier and TypeMethodDescriptiondefault ClassTypeDetailsClassTypeDetails.asClassType()default ClassTypeDetailsTypeDetails.asClassType()Cast this TypeDetails as a ClassTypeDetails, throwing an exception if it cannot be.Methods in org.hibernate.models.spi with parameters of type ClassTypeDetailsModifier and TypeMethodDescriptionTypeDetailsSwitch.caseClass(ClassTypeDetails classType, ModelsContext modelsContext) Handle the case of a raw class