Class JavaTypeAnnotation

java.lang.Object
org.hibernate.boot.models.annotations.internal.JavaTypeAnnotation
All Implemented Interfaces:
Annotation

@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor") public class JavaTypeAnnotation extends Object implements JavaType
  • Constructor Details

    • JavaTypeAnnotation

      public JavaTypeAnnotation(org.hibernate.models.spi.ModelsContext modelContext)
      Used in creating dynamic annotation instances (e.g. from XML)
    • JavaTypeAnnotation

      public JavaTypeAnnotation(JavaType annotation, org.hibernate.models.spi.ModelsContext modelContext)
      Used in creating annotation instances from JDK variant
    • JavaTypeAnnotation

      public JavaTypeAnnotation(Map<String,Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext)
      Used in creating annotation instances from Jandex variant
  • Method Details