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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerAffectingFetchProfile(String fetchProfileName)
Register the profile name with the entity/collection
-
-
-
Method Detail
-
registerAffectingFetchProfile
void registerAffectingFetchProfile(String fetchProfileName)
Register the profile name with the entity/collection
-
-