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. namedAttributeNodeprotected java.util.List<JaxbNamedAttributeNode>JaxbNamedSubgraph. namedAttributeNodeMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbNamedAttributeNode Modifier and Type Method Description JaxbNamedAttributeNodeObjectFactory. createJaxbNamedAttributeNode()Create an instance ofJaxbNamedAttributeNodeMethods 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.
-