Uses of Class
jakarta.persistence.NamedSubgraph
-
Packages that use NamedSubgraph Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of NamedSubgraph in jakarta.persistence
Methods in jakarta.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.
-