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 TypeMethodDescriptionvoid
registerAffectingFetchProfile
(String fetchProfileName) Register the profile name with the entity/collection
-
Method Details
-
registerAffectingFetchProfile
Register the profile name with the entity/collection
-