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