Uses of Class
org.hibernate.annotations.common.annotationfactory.AnnotationDescriptor
Packages that use AnnotationDescriptor
-
Uses of AnnotationDescriptor in org.hibernate.annotations.common.annotationfactory
Methods in org.hibernate.annotations.common.annotationfactory with parameters of type AnnotationDescriptorModifier and TypeMethodDescriptionstatic <T extends Annotation>
TAnnotationFactory.create(AnnotationDescriptor descriptor) Creates an Annotation proxy for the given annotation descriptor.static <T extends Annotation>
TAnnotationFactory.create(AnnotationDescriptor descriptor, ClassLoader classLoader) Overloaded form of Annotation proxy creation that accepts an explicit ClassLoader.static <T extends Annotation>
TAnnotationFactory.createUsingTccl(AnnotationDescriptor descriptor) Constructors in org.hibernate.annotations.common.annotationfactory with parameters of type AnnotationDescriptor