Class AttributeOverridesJpaAnnotation

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

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

    • AttributeOverridesJpaAnnotation

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

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

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