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. namedAttributeNodeprotected List<NamedAttributeNode>NamedSubgraph. namedAttributeNodeMethods in org.hibernate.jpamodelgen.xml.jaxb that return NamedAttributeNode Modifier and Type Method Description NamedAttributeNodeObjectFactory. createNamedAttributeNode()Create an instance ofNamedAttributeNodeMethods 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.
-