Interface FetchProfileAffectee

All Known Implementing Classes:
AbstractCollectionPersister, AbstractEntityPersister, BasicCollectionPersister, JoinedSubclassEntityPersister, OneToManyPersister, PluralAttributeMappingImpl, SingleTableEntityPersister, UnionSubclassEntityPersister

public interface FetchProfileAffectee
Commonality between entities and collections as something that can be affected by fetch profiles.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register the profile name with the entity/collection
  • Method Details

    • registerAffectingFetchProfile

      void registerAffectingFetchProfile(String fetchProfileName)
      Register the profile name with the entity/collection