Class NamedEntityGraphJpaAnnotation

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

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

    • NamedEntityGraphJpaAnnotation

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

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

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

    • annotationType

      public Class<? extends Annotation> annotationType()
      Specified by:
      annotationType in interface Annotation
    • name

      public String name()
    • name

      public void name(String value)
    • attributeNodes

      public NamedAttributeNode[] attributeNodes()
    • attributeNodes

      public void attributeNodes(NamedAttributeNode[] value)
    • includeAllAttributes

      public boolean includeAllAttributes()
    • includeAllAttributes

      public void includeAllAttributes(boolean value)
    • subgraphs

      public NamedSubgraph[] subgraphs()
    • subgraphs

      public void subgraphs(NamedSubgraph[] value)
    • subclassSubgraphs

      public NamedSubgraph[] subclassSubgraphs()
    • subclassSubgraphs

      public void subclassSubgraphs(NamedSubgraph[] value)