Uses of Class
javax.persistence.NamedSubgraph
-
Packages that use NamedSubgraph Package Description javax.persistence -
-
Uses of NamedSubgraph in javax.persistence
Methods in javax.persistence that return NamedSubgraph Modifier and Type Method Description NamedSubgraph[]
subclassSubgraphs()
The subclassSubgraphs element specifies a list of subgraphs that add additional attributes for subclasses of the root entity to which the annotation is applied.NamedSubgraph[]
subgraphs()
The subgraphs element specifies a list of subgraphs, further specifying attributes that are managed types.
-