Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
-
Packages that use JaxbNamedSubgraph Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbNamedSubgraph in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbNamedSubgraph Modifier and Type Field Description protected List<JaxbNamedSubgraph>
JaxbNamedEntityGraph. subclassSubgraph
protected List<JaxbNamedSubgraph>
JaxbNamedEntityGraph. subgraph
Methods in org.hibernate.boot.jaxb.mapping that return JaxbNamedSubgraph Modifier and Type Method Description JaxbNamedSubgraph
ObjectFactory. createJaxbNamedSubgraph()
Create an instance ofJaxbNamedSubgraph
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbNamedSubgraph Modifier and Type Method Description List<JaxbNamedSubgraph>
JaxbNamedEntityGraph. getSubclassSubgraph()
Gets the value of the subclassSubgraph property.List<JaxbNamedSubgraph>
JaxbNamedEntityGraph. getSubgraph()
Gets the value of the subgraph property.
-