NamedEntityGraph
Target: TYPE
- Implemented Interfaces:
Annotation
Used to specify the path and boundaries for a find operation or query.
- 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 ""
Defaults to the entity name of the root entity.
- 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