Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
-
Packages that use JaxbNamedAttributeNode Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbNamedAttributeNode in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbNamedAttributeNode Modifier and Type Field Description protected List<JaxbNamedAttributeNode>
JaxbNamedEntityGraph. namedAttributeNode
protected List<JaxbNamedAttributeNode>
JaxbNamedSubgraph. namedAttributeNode
Methods in org.hibernate.boot.jaxb.mapping that return JaxbNamedAttributeNode Modifier and Type Method Description JaxbNamedAttributeNode
ObjectFactory. createJaxbNamedAttributeNode()
Create an instance ofJaxbNamedAttributeNode
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbNamedAttributeNode Modifier and Type Method Description List<JaxbNamedAttributeNode>
JaxbNamedEntityGraph. getNamedAttributeNode()
Gets the value of the namedAttributeNode property.List<JaxbNamedAttributeNode>
JaxbNamedSubgraph. getNamedAttributeNode()
Gets the value of the namedAttributeNode property.
-