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