Uses of Interface
org.eclipse.persistence.jaxb.Subgraph
-
Packages that use Subgraph Package Description org.eclipse.persistence.internal.jaxb org.eclipse.persistence.jaxb -
-
Uses of Subgraph in org.eclipse.persistence.internal.jaxb
Classes in org.eclipse.persistence.internal.jaxb that implement Subgraph Modifier and Type Class Description classObjectGraphImplMethods in org.eclipse.persistence.internal.jaxb that return Subgraph Modifier and Type Method Description SubgraphObjectGraphImpl. addSubgraph(String attribute)SubgraphObjectGraphImpl. addSubgraph(String attribute, Class type) -
Uses of Subgraph in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return Subgraph Modifier and Type Method Description SubgraphObjectGraph. addSubgraph(String attribute)SubgraphObjectGraph. addSubgraph(String attribute, Class type)Used to add a node of the graph that corresponds to a managed type with inheritance.SubgraphSubgraph. addSubgraph(String attribute)Used to add a node of the graph that corresponds to a managed type.SubgraphSubgraph. addSubgraph(String attribute, Class type)Used to add a node of the graph that corresponds to a managed type with inheritance.
-