Class ElementCollectionJpaAnnotation

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

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

    • ElementCollectionJpaAnnotation

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

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

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