Uses of Class
org.hibernate.annotations.common.annotationfactory.AnnotationDescriptor
-
Packages that use AnnotationDescriptor Package Description org.hibernate.annotations.common.annotationfactory -
-
Uses of AnnotationDescriptor in org.hibernate.annotations.common.annotationfactory
Methods in org.hibernate.annotations.common.annotationfactory with parameters of type AnnotationDescriptor Modifier and Type Method Description static <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 Constructor Description AnnotationProxy(AnnotationDescriptor descriptor)
-