Uses of Enum Class
org.hibernate.models.spi.AnnotationTarget.Kind
Packages that use AnnotationTarget.Kind
Package
Description
-
Uses of AnnotationTarget.Kind in org.hibernate.models.internal
Methods in org.hibernate.models.internal that return types with arguments of type AnnotationTarget.KindModifier and TypeMethodDescriptionstatic <A extends Annotation>
EnumSet<AnnotationTarget.Kind>AnnotationHelper.extractTargets(Class<A> annotationType) -
Uses of AnnotationTarget.Kind in org.hibernate.models.internal.jdk
Methods in org.hibernate.models.internal.jdk that return types with arguments of type AnnotationTarget.KindModifier and TypeMethodDescriptionAnnotationDescriptorImpl.getAllowableTargets()AnnotationDescriptorOrmImpl.getAllowableTargets() -
Uses of AnnotationTarget.Kind in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return AnnotationTarget.KindModifier and TypeMethodDescriptionstatic AnnotationTarget.KindAnnotationTarget.Kind.from(ElementType elementType) default AnnotationTarget.KindAnnotationDescriptor.getKind()AnnotationTarget.getKind()The kind of targetdefault AnnotationTarget.KindClassDetails.getKind()default AnnotationTarget.KindFieldDetails.getKind()default AnnotationTarget.KindMethodDetails.getKind()default AnnotationTarget.KindRecordComponentDetails.getKind()static AnnotationTarget.KindReturns the enum constant of this class with the specified name.static AnnotationTarget.Kind[]AnnotationTarget.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.models.spi that return types with arguments of type AnnotationTarget.KindModifier and TypeMethodDescriptionstatic EnumSet<AnnotationTarget.Kind>AnnotationTarget.Kind.from(ElementType[] elementTypes) static EnumSet<AnnotationTarget.Kind>AnnotationDescriptor.getAllowableTargets()The places the described annotation can be used