Class ChecksAnnotation

java.lang.Object
org.hibernate.boot.models.annotations.internal.ChecksAnnotation
All Implemented Interfaces:
Annotation, RepeatableContainer<Check>

@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor") public class ChecksAnnotation extends Object implements Checks, RepeatableContainer<Check>
  • Constructor Details

    • ChecksAnnotation

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

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

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