Class ValueGenerationTypeAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.ValueGenerationTypeAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class ValueGenerationTypeAnnotation
extends Object
implements ValueGenerationType
-
Constructor Summary
ConstructorsConstructorDescriptionValueGenerationTypeAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantValueGenerationTypeAnnotation(ValueGenerationType annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantValueGenerationTypeAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> voidgeneratedBy(Class<? extends Generator> value)
-
Constructor Details
-
ValueGenerationTypeAnnotation
public ValueGenerationTypeAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
ValueGenerationTypeAnnotation
public ValueGenerationTypeAnnotation(ValueGenerationType annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
ValueGenerationTypeAnnotation
public ValueGenerationTypeAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
generatedBy
-
generatedBy
-