Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
-
Packages that use JaxbHbmFetchProfileType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmFetchProfileType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmFetchProfileType Modifier and Type Field Description protected List<JaxbHbmFetchProfileType>JaxbHbmDiscriminatorSubclassEntityType. fetchProfileprotected List<JaxbHbmFetchProfileType>JaxbHbmHibernateMapping. fetchProfileprotected List<JaxbHbmFetchProfileType>JaxbHbmJoinedSubclassEntityType. fetchProfileprotected List<JaxbHbmFetchProfileType>JaxbHbmRootEntityType. fetchProfileprotected List<JaxbHbmFetchProfileType>JaxbHbmUnionSubclassEntityType. fetchProfileMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchProfileType Modifier and Type Method Description JaxbHbmFetchProfileTypeObjectFactory. createJaxbHbmFetchProfileType()Create an instance ofJaxbHbmFetchProfileTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmFetchProfileType Modifier and Type Method Description List<JaxbHbmFetchProfileType>EntityInfo. getFetchProfile()List<JaxbHbmFetchProfileType>JaxbHbmDiscriminatorSubclassEntityType. getFetchProfile()Gets the value of the fetchProfile property.List<JaxbHbmFetchProfileType>JaxbHbmHibernateMapping. getFetchProfile()Gets the value of the fetchProfile property.List<JaxbHbmFetchProfileType>JaxbHbmJoinedSubclassEntityType. getFetchProfile()Gets the value of the fetchProfile property.List<JaxbHbmFetchProfileType>JaxbHbmRootEntityType. getFetchProfile()Gets the value of the fetchProfile property.List<JaxbHbmFetchProfileType>JaxbHbmUnionSubclassEntityType. getFetchProfile()Gets the value of the fetchProfile property.
-