Class FetchProfileBinder


  • public class FetchProfileBinder
    extends Object
    • Constructor Detail

      • FetchProfileBinder

        public FetchProfileBinder()
    • Method Detail

      • processFetchProfile

        public static void processFetchProfile​(HbmLocalMetadataBuildingContext context,
                                               JaxbHbmFetchProfileType fetchProfileBinding,
                                               String containingEntityName)
        Handling for a <fetch-profile/> declaration.
        Parameters:
        context - Access to information relative to the mapping document containing this binding
        fetchProfileBinding - The <fetch-profile/> binding
        containingEntityName - The name of the entity containing the fetch profile declaration. May be null to indicate a fetch profile defined at the root.