Class OrphanedPartOfCleanupPrepareInterceptor

java.lang.Object
de.hybris.platform.servicelayer.interceptor.impl.OrphanedPartOfCleanupPrepareInterceptor
All Implemented Interfaces:
Interceptor, PrepareInterceptor

public class OrphanedPartOfCleanupPrepareInterceptor extends Object implements PrepareInterceptor
Registers orphaned partOf members for removal. Fixes a performance issue in the original interceptor. The original loads the value of every partof attribute even if the value has not been changed.