Class AttributeBinderTypeAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.AttributeBinderTypeAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class AttributeBinderTypeAnnotation
extends Object
implements AttributeBinderType
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeBinderTypeAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantAttributeBinderTypeAnnotation(AttributeBinderType annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantAttributeBinderTypeAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>Class<? extends AttributeBinder<?>>binder()voidbinder(Class<? extends AttributeBinder<?>> value)
-
Constructor Details
-
AttributeBinderTypeAnnotation
public AttributeBinderTypeAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
AttributeBinderTypeAnnotation
public AttributeBinderTypeAnnotation(AttributeBinderType annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
AttributeBinderTypeAnnotation
public AttributeBinderTypeAnnotation(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
-
binder
-
binder
-