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