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 List<NamedSubgraph>NamedEntityGraph. subclassSubgraphprotected List<NamedSubgraph>NamedEntityGraph. subgraphMethods in org.hibernate.jpamodelgen.xml.jaxb that return NamedSubgraph Modifier and Type Method Description NamedSubgraphObjectFactory. createNamedSubgraph()Create an instance ofNamedSubgraphMethods in org.hibernate.jpamodelgen.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.
-