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