Class DefaultRemoveManyToManyRelationsRecord
java.lang.Object
de.hybris.platform.directpersistence.record.impl.AbstractRelationRecord
de.hybris.platform.directpersistence.record.impl.DefaultRemoveManyToManyRelationsRecord
- All Implemented Interfaces:
Record,RelationRecord,RemoveManyToManyRelationsRecord
public class DefaultRemoveManyToManyRelationsRecord
extends AbstractRelationRecord
implements RemoveManyToManyRelationsRecord
Useful for removing all relations between models. This record may come only when links must be cleared completely.
-
Field Summary
FieldsFields inherited from class de.hybris.platform.directpersistence.record.impl.AbstractRelationRecord
srcToTgt -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.directpersistence.record.impl.AbstractRelationRecord
isSrcToTgtMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.directpersistence.record.RelationRecord
isSrcToTgt
-
Field Details
-
pk
-
-
Constructor Details
-
DefaultRemoveManyToManyRelationsRecord
-
-
Method Details
-
getPk
Description copied from interface:RemoveManyToManyRelationsRecordReturns PK for which relations will be removed.- Specified by:
getPkin interfaceRemoveManyToManyRelationsRecord
-
toString
-
equals
- Overrides:
equalsin classAbstractRelationRecord
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractRelationRecord
-