Class ConcreteProxyAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.ConcreteProxyAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class ConcreteProxyAnnotation
extends Object
implements ConcreteProxy
-
Constructor Summary
ConstructorsConstructorDescriptionConcreteProxyAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantConcreteProxyAnnotation
(ConcreteProxy annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantConcreteProxyAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
ConcreteProxyAnnotation
public ConcreteProxyAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
ConcreteProxyAnnotation
public ConcreteProxyAnnotation(ConcreteProxy annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
ConcreteProxyAnnotation
public ConcreteProxyAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-