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