Class ConvertsJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.ConvertsJpaAnnotation
- All Implemented Interfaces:
Annotation
,RepeatableContainer<Convert>
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class ConvertsJpaAnnotation
extends Object
implements Converts, RepeatableContainer<Convert>
-
Constructor Summary
ConstructorsConstructorDescriptionConvertsJpaAnnotation
(Converts annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantConvertsJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantConvertsJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
Constructor Details
-
ConvertsJpaAnnotation
public ConvertsJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
ConvertsJpaAnnotation
public ConvertsJpaAnnotation(Converts annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
ConvertsJpaAnnotation
public ConvertsJpaAnnotation(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
- Specified by:
value
in interfaceRepeatableContainer<Convert>
-
value
- Specified by:
value
in interfaceRepeatableContainer<Convert>
-