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