|
According to JPA 2.1 Spec 10.3.1:
The includeAllAttributes element specifies that all attributes of the annotated entity class are to be included in the entity graph. An attributeNode element may still be used in conjunction with this element to specify a subgraph for the attribute.
What are the semantics according to this specification, if includeAllAttributes is set to false (like in my example above)?
|