Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
-
Packages that use JaxbFetchProfile.JaxbFetch Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbFetchProfile.JaxbFetch in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbFetchProfile.JaxbFetch Modifier and Type Field Description protected List<JaxbFetchProfile.JaxbFetch>
JaxbFetchProfile. fetch
Methods in org.hibernate.boot.jaxb.mapping that return JaxbFetchProfile.JaxbFetch Modifier and Type Method Description JaxbFetchProfile.JaxbFetch
ObjectFactory. createJaxbFetchProfileJaxbFetch()
Create an instance ofJaxbFetchProfile.JaxbFetch
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbFetchProfile.JaxbFetch Modifier and Type Method Description List<JaxbFetchProfile.JaxbFetch>
JaxbFetchProfile. getFetch()
Gets the value of the fetch property.
-