Class PrivilegedRelationMergeHandler

java.lang.Object
ch.tocco.nice2.entityoperation.impl.merge.PrivilegedRelationMergeHandler
All Implemented Interfaces:
RelationMergeHandler

@Component @Deprecated public class PrivilegedRelationMergeHandler extends Object implements RelationMergeHandler
Deprecated.
The property nice2.entityoperation.privilegedTransaction=true is used to introduce a new feature where the whole merging transaction is executed privileged and the logic here is not necessary. Once the new toggles have been in production for some time without any problems, we can remove the property to enable/disable the toggle and remove this RelationMergeHandler (also see TOCDEV-8206).