Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
-
Packages that use NamedSubgraph Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of NamedSubgraph in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type NamedSubgraph Modifier and Type Field Description protected java.util.List<NamedSubgraph>
NamedEntityGraph. subclassSubgraph
protected java.util.List<NamedSubgraph>
NamedEntityGraph. subgraph
Methods in org.hibernate.jpamodelgen.xml.jaxb that return NamedSubgraph Modifier and Type Method Description NamedSubgraph
ObjectFactory. createNamedSubgraph()
Create an instance ofNamedSubgraph
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type NamedSubgraph Modifier and Type Method Description java.util.List<NamedSubgraph>
NamedEntityGraph. getSubclassSubgraph()
Gets the value of the subclassSubgraph property.java.util.List<NamedSubgraph>
NamedEntityGraph. getSubgraph()
Gets the value of the subgraph property.
-