Class OneToManyJpaAnnotation

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

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

    • OneToManyJpaAnnotation

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

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

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