Class TargetEmbeddableAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.TargetEmbeddableAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class TargetEmbeddableAnnotation
extends Object
implements TargetEmbeddable
-
Constructor Summary
ConstructorsConstructorDescriptionTargetEmbeddableAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantTargetEmbeddableAnnotation
(TargetEmbeddable annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantTargetEmbeddableAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
TargetEmbeddableAnnotation
public TargetEmbeddableAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
TargetEmbeddableAnnotation
public TargetEmbeddableAnnotation(TargetEmbeddable annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
TargetEmbeddableAnnotation
public TargetEmbeddableAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
value
-
value
-