Uses of Interface
jakarta.persistence.Graph
-
Packages that use Graph Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of Graph in jakarta.persistence
Subinterfaces of Graph in jakarta.persistence Modifier and Type Interface Description interface
EntityGraph<T>
This type represents the root of an entity graph that will be used as a template to define the attribute nodes and boundaries of a graph of entities and entity relationships.interface
Subgraph<T>
This type represents a subgraph for an attribute node that corresponds to a managed type.
-