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 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