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