Class DynamicInsertAnnotation

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

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

    • DynamicInsertAnnotation

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

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

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