Uses of Class
org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
-
Packages that use NamedAttributeNodeMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.graphs -
-
Uses of NamedAttributeNodeMetadata in org.eclipse.persistence.internal.jpa.metadata.graphs
Fields in org.eclipse.persistence.internal.jpa.metadata.graphs with type parameters of type NamedAttributeNodeMetadata Modifier and Type Field Description protected List<NamedAttributeNodeMetadata>NamedEntityGraphMetadata. m_namedAttributeNodesprotected List<NamedAttributeNodeMetadata>NamedSubgraphMetadata. m_namedAttributeNodesMethods in org.eclipse.persistence.internal.jpa.metadata.graphs that return types with arguments of type NamedAttributeNodeMetadata Modifier and Type Method Description List<NamedAttributeNodeMetadata>NamedEntityGraphMetadata. getNamedAttributeNodes()INTERNAL: Used for OX mapping.List<NamedAttributeNodeMetadata>NamedSubgraphMetadata. getNamedAttributeNodes()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.graphs with type arguments of type NamedAttributeNodeMetadata Modifier and Type Method Description voidNamedEntityGraphMetadata. setNamedAttributeNodes(List<NamedAttributeNodeMetadata> attributeNodes)INTERNAL: Used for OX mapping.voidNamedSubgraphMetadata. setNamedAttributeNodes(List<NamedAttributeNodeMetadata> namedAttributeNodes)INTERNAL: Used for OX mapping.
-