NamedEntityGraph
Target: TYPE
- Implemented Interfaces:
 Annotation
 Defines a named plain. This annotation must be applied to the root entity of the graph, and specifies the limits of the graph of associated attributes and entities fetched when an operation which retrieves an instance or instances of the root entity is executed. 
A reference to a named entity graph may be obtained by calling getEntityGraph(), and may be passed to find().
- Since:
 - JPA 2.1
 
Public Annotation Attributes
- Since:
 - JPA 2.1
 
boolean includeAllAttributes default false
 Included attributes can still be fully specified by an attribute node referencing a subgraph. 
- Since:
 - JPA 2.1
 
String name default ""
 If no name is explicitly specified, the name defaults to the entity name of the annotated root entity. Entity graph names must be unique within the persistence unit. 
- Since:
 - JPA 2.1
 
 Specified attributes from superclasses are included in subclasses. 
- Since:
 - JPA 2.1
 
 These are referenced by name from NamedAttributeNode definitions. 
- Since:
 - JPA 2.1