Uses of Interface
org.eclipse.persistence.jaxb.Subgraph
Packages that use Subgraph
-
Uses of Subgraph in org.eclipse.persistence.internal.jaxb
Classes in org.eclipse.persistence.internal.jaxb that implement SubgraphMethods in org.eclipse.persistence.internal.jaxb that return SubgraphModifier and TypeMethodDescriptionObjectGraphImpl.addSubgraph
(String attribute) ObjectGraphImpl.addSubgraph
(String attribute, Class<?> type) -
Uses of Subgraph in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return SubgraphModifier and TypeMethodDescriptionObjectGraph.addSubgraph
(String attribute) ObjectGraph.addSubgraph
(String attribute, Class<?> type) Used to add a node of the graph that corresponds to a managed type with inheritance.Subgraph.addSubgraph
(String attribute) Used to add a node of the graph that corresponds to a managed type.Subgraph.addSubgraph
(String attribute, Class<?> type) Used to add a node of the graph that corresponds to a managed type with inheritance.