Uses of Enum Class
org.hibernate.models.spi.MethodDetails.MethodKind
Packages that use MethodDetails.MethodKind
Package
Description
Support for dynamic class and attribute mappings.
-
Uses of MethodDetails.MethodKind in org.hibernate.models.internal.dynamic
Methods in org.hibernate.models.internal.dynamic that return MethodDetails.MethodKindConstructors in org.hibernate.models.internal.dynamic with parameters of type MethodDetails.MethodKindModifierConstructorDescriptionDynamicMethodDetails(String name, TypeDetails type, ClassDetails declaringType, MethodDetails.MethodKind methodKind, int modifierFlags, boolean isArray, boolean isPlural, ClassDetails returnType, List<ClassDetails> argumentTypes, SourceModelBuildingContext buildingContext) DynamicMethodDetails(String name, TypeDetails type, ClassDetails declaringType, MethodDetails.MethodKind methodKind, int modifierFlags, ClassDetails returnType, List<ClassDetails> argumentTypes, SourceModelBuildingContext buildingContext) -
Uses of MethodDetails.MethodKind in org.hibernate.models.internal.jandex
Methods in org.hibernate.models.internal.jandex that return MethodDetails.MethodKindConstructors in org.hibernate.models.internal.jandex with parameters of type MethodDetails.MethodKindModifierConstructorDescriptionJandexMethodDetails(org.jboss.jandex.MethodInfo methodInfo, MethodDetails.MethodKind methodKind, TypeDetails type, ClassDetails declaringType, SourceModelBuildingContext buildingContext) -
Uses of MethodDetails.MethodKind in org.hibernate.models.internal.jdk
Methods in org.hibernate.models.internal.jdk that return MethodDetails.MethodKindConstructors in org.hibernate.models.internal.jdk with parameters of type MethodDetails.MethodKindModifierConstructorDescriptionJdkMethodDetails(Method method, MethodDetails.MethodKind methodKind, TypeDetails type, ClassDetails declaringType, SourceModelBuildingContext buildingContext) -
Uses of MethodDetails.MethodKind in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return MethodDetails.MethodKindModifier and TypeMethodDescriptionMethodDetails.getMethodKind()static MethodDetails.MethodKindReturns the enum constant of this class with the specified name.static MethodDetails.MethodKind[]MethodDetails.MethodKind.values()Returns an array containing the constants of this enum class, in the order they are declared.