NamedAttributeNode
- Implemented Interfaces:
Annotation
A
NamedAttributeNode
is a member element of a NamedEntityGraph
. - See Also:
NamedEntityGraph
NamedSubgraph
- Since:
- JPA 2.1
Public Annotation Attributes
String keySubgraph default ""
A keySubgraph can not be specified without the Map attribute also being specified. If the target type has inheritance, multiple subgraphs can be specified. These additional subgraphs are intended to add subclass-specific attributes. Superclass subgraph entries will be merged into subclass subgraphs.
The value of this element is the name of the key subgraph as specified by the name
element of the corresponding NamedSubgraph
element. If multiple key subgraphs are specified due to inheritance, they are referenced by this name.
- Since:
- JPA 2.1
String subgraph default ""
If the target type has inheritance, multiple subgraphs can be specified. These additional subgraphs are intended to add subclass-specific attributes. Superclass subgraph entries will be merged into subclass subgraphs.
The value of this element is the name of the subgraph as specified by the name
element of the corresponding NamedSubgraph
element. If multiple subgraphs are specified due to inheritance, they are referenced by this name.
- Since:
- JPA 2.1
String value default null
- Since:
- JPA 2.1