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