Uses of Interface
jakarta.persistence.Graph
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of Graph in jakarta.persistence
Modifier and TypeInterfaceDescriptioninterface
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.