Class ImportedAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.ImportedAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class ImportedAnnotation
extends Object
implements Imported
-
Constructor Summary
ConstructorsConstructorDescriptionImportedAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantImportedAnnotation
(Imported annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantImportedAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
ImportedAnnotation
public ImportedAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
ImportedAnnotation
Used in creating annotation instances from JDK variant -
ImportedAnnotation
public ImportedAnnotation(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
-
rename
-
rename
-