Uses of Interface
org.hibernate.models.spi.MethodDetails
Packages that use MethodDetails
Package
Description
Support for dynamic class and attribute mappings.
-
Uses of MethodDetails in org.hibernate.models.internal
Methods in org.hibernate.models.internal that return MethodDetailsModifier and TypeMethodDescriptionAbstractAnnotationDescriptor.asMethodDetails()AnnotationTargetSupport.asMethodDetails()default MethodDetailsClassDetailsSupport.asMethodDetails()Methods in org.hibernate.models.internal that return types with arguments of type MethodDetailsModifier and TypeMethodDescriptionMissingPackageInfoDetails.getMethods()SimpleClassDetails.getMethods()Method parameters in org.hibernate.models.internal with type arguments of type MethodDetailsModifier and TypeMethodDescriptiondefault voidClassDetailsSupport.forEachMethod(IndexedConsumer<MethodDetails> consumer) voidMissingPackageInfoDetails.forEachMethod(IndexedConsumer<MethodDetails> consumer) voidSimpleClassDetails.forEachMethod(IndexedConsumer<MethodDetails> consumer) -
Uses of MethodDetails in org.hibernate.models.internal.dynamic
Methods in org.hibernate.models.internal.dynamic that return MethodDetailsMethods in org.hibernate.models.internal.dynamic that return types with arguments of type MethodDetailsMethods in org.hibernate.models.internal.dynamic with parameters of type MethodDetailsModifier and TypeMethodDescriptionvoidDynamicClassDetails.addMethod(MethodDetails methodDetails) -
Uses of MethodDetails in org.hibernate.models.internal.jdk
Classes in org.hibernate.models.internal.jdk that implement MethodDetailsMethods in org.hibernate.models.internal.jdk that return MethodDetailsModifier and TypeMethodDescriptionJdkFieldDetails.asMethodDetails()JdkMethodDetails.asMethodDetails()JdkRecordComponentDetails.asMethodDetails()Methods in org.hibernate.models.internal.jdk that return types with arguments of type MethodDetailsMethods in org.hibernate.models.internal.jdk with parameters of type MethodDetails -
Uses of MethodDetails in org.hibernate.models.internal.util
Methods in org.hibernate.models.internal.util with parameters of type MethodDetailsModifier and TypeMethodDescriptionstatic MethodReflectionHelper.resolveJavaMember(MethodDetails methodDetails, Class<?> declaringClass, ClassLoading classLoading, ModelsContext modelContext) -
Uses of MethodDetails in org.hibernate.models.rendering.internal
Methods in org.hibernate.models.rendering.internal with parameters of type MethodDetailsModifier and TypeMethodDescriptionvoidSimpleRenderer.renderMethodDetails(MethodDetails methodDetails, ModelsContext context) -
Uses of MethodDetails in org.hibernate.models.rendering.spi
Methods in org.hibernate.models.rendering.spi with parameters of type MethodDetailsModifier and TypeMethodDescriptionvoidAbstractRenderer.renderMethod(MethodDetails methodDetails, ModelsContext context) voidRenderer.renderMethod(MethodDetails methodDetails, ModelsContext context) Render details about the methodprotected abstract voidAbstractRenderer.renderMethodDetails(MethodDetails methodDetails, ModelsContext context) -
Uses of MethodDetails in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return MethodDetailsModifier and TypeMethodDescriptiondefault MethodDetailsAnnotationDescriptor.asMethodDetails()AnnotationTarget.asMethodDetails()default MethodDetailsClassDetails.asMethodDetails()default MethodDetailsFieldDetails.asMethodDetails()default MethodDetailsMethodDetails.asMethodDetails()default MethodDetailsMutableClassDetails.asMethodDetails()default MethodDetailsRecordComponentDetails.asMethodDetails()Methods in org.hibernate.models.spi that return types with arguments of type MethodDetailsMethods in org.hibernate.models.spi with parameters of type MethodDetailsModifier and TypeMethodDescriptionvoidMutableClassDetails.addMethod(MethodDetails methodDetails) Method parameters in org.hibernate.models.spi with type arguments of type MethodDetailsModifier and TypeMethodDescriptionvoidClassDetails.forEachMethod(IndexedConsumer<MethodDetails> consumer) Visit each method