Uses of Interface
org.hibernate.models.spi.AttributeDescriptor
Packages that use AttributeDescriptor
Package
Description
-
Uses of AttributeDescriptor in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement AttributeDescriptorMethods in org.hibernate.models.internal that return AttributeDescriptorModifier and TypeMethodDescriptionAbstractTypeDescriptor.createAttributeDescriptor(Class<? extends Annotation> annotationType, String attributeName) ArrayTypeDescriptor.createAttributeDescriptor(Class<? extends Annotation> annotationType, String attributeName) Methods in org.hibernate.models.internal that return types with arguments of type AttributeDescriptorModifier and TypeMethodDescriptionstatic <A extends Annotation>
List<AttributeDescriptor<?>> AnnotationDescriptorBuilding.extractAttributeDescriptors(Class<A> annotationType) OrmAnnotationDescriptor.getAttributes()StandardAnnotationDescriptor.getAttributes()Methods in org.hibernate.models.internal with parameters of type AttributeDescriptorModifier and TypeMethodDescriptionstatic <A extends Annotation,C extends Annotation>
A[]AnnotationUsageHelper.extractRepeatedValues(C container, AttributeDescriptor<A[]> valuesAttribute, ModelsContext modelContext) static <A extends Annotation,R>
RAnnotationHelper.extractValue(A annotationUsage, AttributeDescriptor<R> attributeDescriptor) -
Uses of AttributeDescriptor in org.hibernate.models.internal.jdk
Methods in org.hibernate.models.internal.jdk with parameters of type AttributeDescriptorModifier and TypeMethodDescription<A extends Annotation>
VAbstractJdkValueExtractor.extractValue(A usage, AttributeDescriptor<V> attributeDescriptor, ModelsContext modelContext) <A extends Annotation>
V[]JdkArrayValueExtractor.extractValue(A usage, AttributeDescriptor<V[]> attributeDescriptor, ModelsContext modelContext) protected abstract VAbstractJdkValueExtractor.wrap(V rawValue, AttributeDescriptor<V> attributeDescriptor, ModelsContext modelsContext) protected V[]JdkArrayValueExtractor.wrap(V[] rawValue, AttributeDescriptor<V[]> attributeDescriptor, ModelsContext modelsContext) protected AJdkNestedValueExtractor.wrap(A rawValue, AttributeDescriptor<A> attributeDescriptor, ModelsContext modelsContext) protected VJdkPassThruExtractor.wrap(V rawValue, AttributeDescriptor<V> attributeDescriptor, ModelsContext modelsContext) -
Uses of AttributeDescriptor in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return AttributeDescriptorModifier and TypeMethodDescriptionValueTypeDescriptor.createAttributeDescriptor(Class<? extends Annotation> annotationType, String attributeName) Factory for creating typed AttributeDescriptor referencesdefault <V> AttributeDescriptor<V> AnnotationDescriptor.findAttribute(String name) Get an attribute descriptor by name, returningnullif the name is not an attribute of the described annotation.default <V> AttributeDescriptor<V> AnnotationDescriptor.getAttribute(String name) Get an attribute descriptor by name.Methods in org.hibernate.models.spi that return types with arguments of type AttributeDescriptorModifier and TypeMethodDescriptionAnnotationDescriptor.getAttributes()The attributes of the annotationMethods in org.hibernate.models.spi with parameters of type AttributeDescriptorModifier and TypeMethodDescription<A extends Annotation>
VJdkValueExtractor.extractValue(A usage, AttributeDescriptor<V> attributeDescriptor, ModelsContext modelContext) Extract the value of the described attribute from the given annotation