Interface FetchProfileAffectee
-
- All Known Implementing Classes:
AbstractCollectionPersister,AbstractEntityPersister,BasicCollectionPersister,JoinedSubclassEntityPersister,OneToManyPersister,PluralAttributeMappingImpl,SingleTableEntityPersister,UnionSubclassEntityPersister
public interface FetchProfileAffecteeCommonality 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 voidregisterAffectingFetchProfile(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
-
-