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