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