Uses of Interface
org.hibernate.models.spi.TypeVariableDetails
Packages that use TypeVariableDetails
Package
Description
Support for dynamic class and attribute mappings.
-
Uses of TypeVariableDetails in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement TypeVariableDetailsMethods in org.hibernate.models.internal that return TypeVariableDetailsMethods in org.hibernate.models.internal that return types with arguments of type TypeVariableDetailsModifier and TypeMethodDescriptionMissingPackageInfoDetails.getTypeParameters()SimpleClassDetails.getTypeParameters()Methods in org.hibernate.models.internal with parameters of type TypeVariableDetailsModifier and TypeMethodDescriptionCollectionElementSwitch.caseTypeVariable(TypeVariableDetails typeVariable) IsResolvedTypeSwitch.caseTypeVariable(TypeVariableDetails typeVariable, ModelsContext modelsContext) MapKeySwitch.caseTypeVariable(TypeVariableDetails typeVariable) MapValueSwitch.caseTypeVariable(TypeVariableDetails typeVariable) TypeDetailsSwitch.caseTypeVariable(TypeVariableDetails typeVariable) TypeDetailsSwitchSupport.caseTypeVariable(TypeVariableDetails typeVariable) ArrayTypeDetailsImpl.resolveTypeVariable(TypeVariableDetails typeVariable) ClassTypeDetailsImpl.resolveTypeVariable(TypeVariableDetails typeVariable) ParameterizedTypeDetailsImpl.resolveTypeVariable(TypeVariableDetails typeVariable) PrimitiveTypeDetailsImpl.resolveTypeVariable(TypeVariableDetails typeVariable) TypeVariableDetailsImpl.resolveTypeVariable(TypeVariableDetails typeVariable) TypeVariableReferenceDetailsImpl.resolveTypeVariable(TypeVariableDetails typeVariable) VoidTypeDetailsImpl.resolveTypeVariable(TypeVariableDetails typeVariable) WildcardTypeDetailsImpl.resolveTypeVariable(TypeVariableDetails typeVariable) voidTypeVariableReferenceDetailsImpl.setTarget(TypeVariableDetails target) Constructors in org.hibernate.models.internal with parameters of type TypeVariableDetailsModifierConstructorDescriptionTypeVariableReferenceDetailsImpl(String identifier, TypeVariableDetails target) -
Uses of TypeVariableDetails in org.hibernate.models.internal.dynamic
Methods in org.hibernate.models.internal.dynamic that return types with arguments of type TypeVariableDetails -
Uses of TypeVariableDetails in org.hibernate.models.internal.jdk
Methods in org.hibernate.models.internal.jdk that return TypeVariableDetailsModifier and TypeMethodDescriptionJdkTrackingTypeSwitch.caseTypeVariable(TypeVariable<?> typeVariable) Methods in org.hibernate.models.internal.jdk that return types with arguments of type TypeVariableDetails -
Uses of TypeVariableDetails in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return TypeVariableDetailsModifier and TypeMethodDescriptiondefault TypeVariableDetailsTypeDetails.asTypeVariable()Cast this TypeDetails as a TypeVariableDetails, throwing an exception if it cannot be.default TypeVariableDetailsTypeVariableDetails.asTypeVariable()static TypeVariableDetailsTypeDetailsHelper.findTypeVariableDetails(String identifier, List<TypeVariableDetails> typeParameters) TypeVariableReferenceDetails.getTarget()Methods in org.hibernate.models.spi that return types with arguments of type TypeVariableDetailsModifier and TypeMethodDescriptionClassDetails.getTypeParameters()Access to the type parameters associated with this class.Methods in org.hibernate.models.spi with parameters of type TypeVariableDetailsModifier and TypeMethodDescriptionTypeDetailsSwitch.caseTypeVariable(TypeVariableDetails typeVariable, ModelsContext modelsContext) Handle the case of a type variabledefault TypeDetailsClassDetails.resolveTypeVariable(TypeVariableDetails typeVariable) TypeVariableScope.resolveTypeVariable(TypeVariableDetails typeVariable) Resolve the type of the provided type variable relative to this scope.static TypeDetailsTypeDetailsHelper.resolveTypeVariableFromParameterizedType(ParameterizedTypeDetails parameterizedType, TypeVariableDetails typeVariable) Resolve a type variable's type relative to the provided parameterized type.Method parameters in org.hibernate.models.spi with type arguments of type TypeVariableDetailsModifier and TypeMethodDescriptionstatic TypeVariableDetailsTypeDetailsHelper.findTypeVariableDetails(String identifier, List<TypeVariableDetails> typeParameters)