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