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