Uses of Interface
org.hibernate.models.spi.ClassBasedTypeDetails
Packages that use ClassBasedTypeDetails
Package
Description
-
Uses of ClassBasedTypeDetails in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement ClassBasedTypeDetailsModifier and TypeClassDescriptionclassclassclassfinal recordclassTypeDetails referring to a void or Void -
Uses of ClassBasedTypeDetails in org.hibernate.models.internal.jdk
Methods in org.hibernate.models.internal.jdk that return ClassBasedTypeDetailsModifier and TypeMethodDescriptionJdkMethodDetails.resolveRelativeClassType(TypeVariableScope container) -
Uses of ClassBasedTypeDetails in org.hibernate.models.spi
Subinterfaces of ClassBasedTypeDetails in org.hibernate.models.spiModifier and TypeInterfaceDescriptioninterfaceModels a Java array type.interfaceModels a class type.interfaceModels a parameterized type.interfaceModels a primitive typeinterfaceModels Java'svoid(or Void) typeMethods in org.hibernate.models.spi that return ClassBasedTypeDetailsModifier and TypeMethodDescriptiondefault ClassBasedTypeDetailsMemberDetails.resolveRelativeClassType(TypeVariableScope container) Determine the concrete class of the member relative to the givencontainertype.static ClassBasedTypeDetailsTypeDetailsHelper.resolveRelativeClassType(TypeDetails memberType, TypeVariableScope containerType) Very much the same as TypeDetailsHelper.resolveRelativeType(TypeDetails, TypeVariableScope), except that here we resolve the relative type to the correspondingClassBasedTypeDetailswhich gives easy access to the type's ClassDetails