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