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