Class CollectionIdJavaClassAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.CollectionIdJavaClassAnnotation
- All Implemented Interfaces:
Annotation
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionIdJavaClassAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantCollectionIdJavaClassAnnotation
(CollectionIdJavaClass annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantCollectionIdJavaClassAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
CollectionIdJavaClassAnnotation
public CollectionIdJavaClassAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
CollectionIdJavaClassAnnotation
public CollectionIdJavaClassAnnotation(CollectionIdJavaClass annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
CollectionIdJavaClassAnnotation
public CollectionIdJavaClassAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
idType
-
idType
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-