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. subclassSubgraphprotected List<JaxbNamedSubgraph>JaxbNamedEntityGraph. subgraphMethods in org.hibernate.boot.jaxb.mapping that return JaxbNamedSubgraph Modifier and Type Method Description JaxbNamedSubgraphObjectFactory. createJaxbNamedSubgraph()Create an instance ofJaxbNamedSubgraphMethods 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.
-