Class AnyAnnotation

java.lang.Object
org.hibernate.boot.models.annotations.internal.AnyAnnotation
All Implemented Interfaces:
Annotation, AttributeMarker, AttributeMarker.Fetchable, AttributeMarker.Optionalable

@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor") public class AnyAnnotation extends Object implements Any, AttributeMarker, AttributeMarker.Fetchable, AttributeMarker.Optionalable
  • Constructor Details

    • AnyAnnotation

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

      public AnyAnnotation(Any annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext)
      Used in creating annotation instances from JDK variant
    • AnyAnnotation

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