Uses of Interface
jakarta.persistence.Subgraph
Packages that use Subgraph
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
Implements and extends the JPA-defined entity graph API.
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph.-
Uses of Subgraph in jakarta.persistence
Methods in jakarta.persistence that return SubgraphModifier and TypeMethodDescription<X> Subgraph<X>EntityGraph.addKeySubgraph(Attribute<T, X> attribute) Add a node to the graph that corresponds to a map key that is a managed type.<X> Subgraph<? extends X>EntityGraph.addKeySubgraph(Attribute<T, X> attribute, Class<? extends X> type) Add a node to the graph that corresponds to a map key that is a managed type with inheritance.<X> Subgraph<X>EntityGraph.addKeySubgraph(String attributeName) Add a node to the graph that corresponds to a map key that is a managed type.<X> Subgraph<X>EntityGraph.addKeySubgraph(String attributeName, Class<X> type) Add a node to the graph that corresponds to a map key that is a managed type with inheritance.<X> Subgraph<X>Subgraph.addKeySubgraph(Attribute<T, X> attribute) Add a node to the graph that corresponds to a map key that is a managed type.<X> Subgraph<? extends X>Subgraph.addKeySubgraph(Attribute<T, X> attribute, Class<? extends X> type) Add a node to the graph that corresponds to a map key that is a managed type with inheritance.<X> Subgraph<X>Subgraph.addKeySubgraph(String attributeName) Add a node to the graph that corresponds to a map key that is a managed type.<X> Subgraph<X>Subgraph.addKeySubgraph(String attributeName, Class<X> type) Add a node to the graph that corresponds to a map key that is a managed type with inheritance.<T> Subgraph<? extends T>EntityGraph.addSubclassSubgraph(Class<? extends T> type) Add additional attributes to this entity graph that correspond to attributes of subclasses of this EntityGraph's entity type.<X> Subgraph<X>EntityGraph.addSubgraph(Attribute<T, X> attribute) Add a node to the graph that corresponds to a managed type.<X> Subgraph<? extends X>EntityGraph.addSubgraph(Attribute<T, X> attribute, Class<? extends X> type) Add a node to the graph that corresponds to a managed type with inheritance.<X> Subgraph<X>EntityGraph.addSubgraph(String attributeName) Add a node to the graph that corresponds to a managed type.<X> Subgraph<X>EntityGraph.addSubgraph(String attributeName, Class<X> type) Add a node to the graph that corresponds to a managed type with inheritance.<X> Subgraph<X>Subgraph.addSubgraph(Attribute<T, X> attribute) Add a node to the graph that corresponds to a managed type.<X> Subgraph<? extends X>Subgraph.addSubgraph(Attribute<T, X> attribute, Class<? extends X> type) Add a node to the graph that corresponds to a managed type with inheritance.<X> Subgraph<X>Subgraph.addSubgraph(String attributeName) Add a node to the graph that corresponds to a managed type.<X> Subgraph<X>Subgraph.addSubgraph(String attributeName, Class<X> type) Add a node to the graph that corresponds to a managed type with inheritance.Methods in jakarta.persistence that return types with arguments of type SubgraphModifier and TypeMethodDescriptionAttributeNode.getKeySubgraphs()Return the Map<Class, Subgraph> of subgraphs associated with this attribute node's map key.AttributeNode.getSubgraphs()Return the Map<Class, Subgraph> of subgraphs associated with this attribute node. -
Uses of Subgraph in org.hibernate.graph
Subinterfaces of Subgraph in org.hibernate.graphModifier and TypeInterfaceDescriptioninterfaceSubGraph<J>Extends the JPA-definedSubgraphwith additional operations.Methods in org.hibernate.graph that return SubgraphModifier and TypeMethodDescriptiondefault <X> Subgraph<X>RootGraph.addKeySubgraph(String name, Class<X> type) Methods in org.hibernate.graph that return types with arguments of type SubgraphMethods in org.hibernate.graph with parameters of type SubgraphModifier and TypeMethodDescriptionstatic booleanCompares two entity subgraphs and returnstrueif they are equal, ignoring attribute order.static <T> voidGraphParser.parseInto(Subgraph<T> graph, CharSequence graphText, EntityManager entityManager) Parses the textual graph representation into the specified graph.static <T> voidGraphParser.parseInto(Subgraph<T> graph, CharSequence graphText, EntityManagerFactory entityManagerFactory) Parses the textual graph representation into the specified graph.Method parameters in org.hibernate.graph with type arguments of type Subgraph -
Uses of Subgraph in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement SubgraphModifier and TypeClassDescriptionclassSubGraphImpl<J>Implementation of the JPA-definedSubgraphinterface. -
Uses of Subgraph in org.hibernate.graph.spi
Subinterfaces of Subgraph in org.hibernate.graph.spiMethods in org.hibernate.graph.spi that return types with arguments of type SubgraphModifier and TypeMethodDescriptionAttributeNodeImplementor.getKeySubgraphs()AttributeNodeImplementor.getSubgraphs()