Class OneToOneJpaAnnotation

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

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

    • OneToOneJpaAnnotation

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

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

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