Uses of Class
javax.persistence.NamedSubgraph
-
Packages that use NamedSubgraph Package Description javax.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of NamedSubgraph in javax.persistence
Methods in javax.persistence that return NamedSubgraph Modifier and Type Method Description NamedSubgraph[]subclassSubgraphs()(Optional) A list of subgraphs that will add additional attributes for subclasses of the annotated entity class to the entity graph.NamedSubgraph[]subgraphs()(Optional) A list of subgraphs that are included in the entity graph.
-