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 types with arguments of type MethodDetailsMethod parameters in org.hibernate.models.internal with type arguments of type MethodDetailsModifier and TypeMethodDescriptiondefault voidClassDetailsSupport.forEachMethod(IndexedConsumer<MethodDetails> consumer) voidSimpleClassDetails.forEachMethod(IndexedConsumer<MethodDetails> consumer) -
Uses of MethodDetails in org.hibernate.models.internal.dynamic
Classes in org.hibernate.models.internal.dynamic that implement MethodDetailsModifier and TypeClassDescriptionclassMethodDetails which does not necessarily map to a physical Method (dynamic models)Methods 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.jandex
Classes in org.hibernate.models.internal.jandex that implement MethodDetailsMethods in org.hibernate.models.internal.jandex that return types with arguments of type MethodDetailsMethods in org.hibernate.models.internal.jandex with parameters of type 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 types with arguments of type MethodDetailsMethods in org.hibernate.models.internal.jdk with parameters of type MethodDetails -
Uses of MethodDetails in org.hibernate.models.spi
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