Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
-
Packages that use NamedAttributeNode Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of NamedAttributeNode in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type NamedAttributeNode Modifier and Type Field Description protected List<NamedAttributeNode>
NamedEntityGraph. namedAttributeNode
protected List<NamedAttributeNode>
NamedSubgraph. namedAttributeNode
Methods in org.hibernate.jpamodelgen.xml.jaxb that return NamedAttributeNode Modifier and Type Method Description NamedAttributeNode
ObjectFactory. createNamedAttributeNode()
Create an instance ofNamedAttributeNode
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type NamedAttributeNode Modifier and Type Method Description List<NamedAttributeNode>
NamedEntityGraph. getNamedAttributeNode()
Gets the value of the namedAttributeNode property.List<NamedAttributeNode>
NamedSubgraph. getNamedAttributeNode()
Gets the value of the namedAttributeNode property.
-