Uses of Enum Class
org.hibernate.models.spi.AnnotationTarget.Kind
Packages that use AnnotationTarget.Kind
-
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) AbstractAnnotationDescriptor.getAllowableTargets()Constructor parameters in org.hibernate.models.internal with type arguments of type AnnotationTarget.KindModifierConstructorDescriptionAbstractAnnotationDescriptor(Class<A> annotationType, EnumSet<AnnotationTarget.Kind> allowableTargets, boolean inherited, AnnotationDescriptor<?> repeatableContainer) -
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