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