Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Packages that use JaxbHbmFetchProfileType
-
Uses of JaxbHbmFetchProfileType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmFetchProfileTypeModifier and TypeFieldDescriptionprotected 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 JaxbHbmFetchProfileTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmFetchProfileType()Create an instance ofJaxbHbmFetchProfileTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmFetchProfileTypeModifier and TypeMethodDescriptionEntityInfo.getFetchProfile()JaxbHbmDiscriminatorSubclassEntityType.getFetchProfile()Gets the value of the fetchProfile property.JaxbHbmHibernateMapping.getFetchProfile()Gets the value of the fetchProfile property.JaxbHbmJoinedSubclassEntityType.getFetchProfile()Gets the value of the fetchProfile property.JaxbHbmRootEntityType.getFetchProfile()Gets the value of the fetchProfile property.JaxbHbmUnionSubclassEntityType.getFetchProfile()Gets the value of the fetchProfile property. -
Uses of JaxbHbmFetchProfileType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmFetchProfileTypeModifier and TypeMethodDescriptionstatic voidFetchProfileBinder.processFetchProfile(HbmLocalMetadataBuildingContext context, JaxbHbmFetchProfileType fetchProfileBinding) Handling for a<fetch-profile/>declaration.static voidFetchProfileBinder.processFetchProfile(HbmLocalMetadataBuildingContext context, JaxbHbmFetchProfileType fetchProfileBinding, String containingEntityName) Handling for a<fetch-profile/>declaration.