Interface PojoReindexingAssociationInverseSideCollector
-
- All Known Implementing Classes:
PojoIndexingPlanImpl
public interface PojoReindexingAssociationInverseSideCollectorA collector of entities to be reindexed.Used by
PojoImplicitReindexingResolverto return the resolved entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateBecauseOfContainedAssociation(PojoRawTypeIdentifier<?> typeIdentifier, Object containingEntity, int dirtyAssociationPathOrdinal)
-
-
-
Method Detail
-
updateBecauseOfContainedAssociation
void updateBecauseOfContainedAssociation(PojoRawTypeIdentifier<?> typeIdentifier, Object containingEntity, int dirtyAssociationPathOrdinal)
-
-