Class NamedEntityGraphAnnotation

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

public class NamedEntityGraphAnnotation extends Object implements NamedEntityGraph
  • Constructor Details

    • NamedEntityGraphAnnotation

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

      public NamedEntityGraphAnnotation(NamedEntityGraph annotation, org.hibernate.models.spi.ModelsContext modelContext)
      Used in creating annotation instances from JDK variant
    • NamedEntityGraphAnnotation

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