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