Class GeneratedValueJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.GeneratedValueJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class GeneratedValueJpaAnnotation
extends Object
implements GeneratedValue
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratedValueJpaAnnotation
(GeneratedValue annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantGeneratedValueJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantGeneratedValueJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
void
strategy()
void
strategy
(GenerationType value)
-
Constructor Details
-
GeneratedValueJpaAnnotation
public GeneratedValueJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
GeneratedValueJpaAnnotation
public GeneratedValueJpaAnnotation(GeneratedValue annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
GeneratedValueJpaAnnotation
public GeneratedValueJpaAnnotation(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
-
strategy
-
strategy
-
generator
-
generator
-