Uses of Interface
jakarta.persistence.Graph
Packages that use Graph
Package
Description
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.persistenceModifier and TypeInterfaceDescriptioninterfaceEntityGraph<T>An entity graph is a template that captures the boundaries of an operation or query.interfaceSubgraph<T>This type represents a subgraph for an attribute node that corresponds to a managed type.