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 java.util.List<JaxbHbmFetchProfileType>JaxbHbmDiscriminatorSubclassEntityType. fetchProfileprotected java.util.List<JaxbHbmFetchProfileType>JaxbHbmHibernateMapping. fetchProfileprotected java.util.List<JaxbHbmFetchProfileType>JaxbHbmJoinedSubclassEntityType. fetchProfileprotected java.util.List<JaxbHbmFetchProfileType>JaxbHbmRootEntityType. fetchProfileprotected java.util.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 java.util.List<JaxbHbmFetchProfileType>EntityInfo. getFetchProfile()java.util.List<JaxbHbmFetchProfileType>JaxbHbmDiscriminatorSubclassEntityType. getFetchProfile()Gets the value of the fetchProfile property.java.util.List<JaxbHbmFetchProfileType>JaxbHbmHibernateMapping. getFetchProfile()Gets the value of the fetchProfile property.java.util.List<JaxbHbmFetchProfileType>JaxbHbmJoinedSubclassEntityType. getFetchProfile()Gets the value of the fetchProfile property.java.util.List<JaxbHbmFetchProfileType>JaxbHbmRootEntityType. getFetchProfile()Gets the value of the fetchProfile property.java.util.List<JaxbHbmFetchProfileType>JaxbHbmUnionSubclassEntityType. getFetchProfile()Gets the value of the fetchProfile property.
-