Class TypeAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.TypeAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class TypeAnnotation
extends Object
implements Type
-
Constructor Summary
ConstructorsConstructorDescriptionTypeAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantTypeAnnotation(Type annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantTypeAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> voidparameters(Parameter[] value) value()void
-
Constructor Details
-
TypeAnnotation
public TypeAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
TypeAnnotation
Used in creating annotation instances from JDK variant -
TypeAnnotation
public TypeAnnotation(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
-
parameters
-
parameters
-