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