Uses of Interface
de.hybris.platform.directpersistence.record.InsertManyToManyRelationRecord
Packages that use InsertManyToManyRelationRecord
Package
Description
-
Uses of InsertManyToManyRelationRecord in de.hybris.platform.directpersistence.record
Subinterfaces of InsertManyToManyRelationRecord in de.hybris.platform.directpersistence.recordModifier and TypeInterfaceDescriptioninterfaceinterfaceRecord which marks one to many relation to be unlinked or removed.Methods in de.hybris.platform.directpersistence.record that return types with arguments of type InsertManyToManyRelationRecordModifier and TypeMethodDescriptionDefaultRelationChanges.getInsertManyToManyRelationRecords()returns the many to many relation records too be insertedMethods in de.hybris.platform.directpersistence.record with parameters of type InsertManyToManyRelationRecordModifier and TypeMethodDescriptionvoidDefaultRelationChanges.add(InsertManyToManyRelationRecord... records) Allows to add new many to many relation records to be inserted -
Uses of InsertManyToManyRelationRecord in de.hybris.platform.directpersistence.record.impl
Classes in de.hybris.platform.directpersistence.record.impl that implement InsertManyToManyRelationRecordModifier and TypeClassDescriptionclassInsert relation record which is used to represent inserting a relation link in changeset.classclassMethods in de.hybris.platform.directpersistence.record.impl that return types with arguments of type InsertManyToManyRelationRecordModifier and TypeMethodDescriptionDefaultNonLocalizedRelationChanges.getInsertManyToManyRelationRecords()Methods in de.hybris.platform.directpersistence.record.impl with parameters of type InsertManyToManyRelationRecordModifier and TypeMethodDescriptionvoidDefaultNonLocalizedRelationChanges.add(InsertManyToManyRelationRecord... records) -
Uses of InsertManyToManyRelationRecord in de.hybris.platform.directpersistence.record.visitor
Methods in de.hybris.platform.directpersistence.record.visitor that return types with arguments of type InsertManyToManyRelationRecordModifier and TypeMethodDescriptionDefaultRelationRecordVisitor.RelationRecordsContainer.getSourceToTargetRecords()DefaultRelationRecordVisitor.RelationRecordsContainer.getTargetToSourceRecords()Methods in de.hybris.platform.directpersistence.record.visitor with parameters of type InsertManyToManyRelationRecordModifier and TypeMethodDescriptionvoidDefaultRelationRecordVisitor.RelationRecordsContainer.addRecord(InsertManyToManyRelationRecord record) voidDefaultRelationRecordVisitor.RelationRecordsContainer.collectSourceAndTargetPks(InsertManyToManyRelationRecord record) -
Uses of InsertManyToManyRelationRecord in de.hybris.platform.servicelayer.internal.model.extractor.impl
Methods in de.hybris.platform.servicelayer.internal.model.extractor.impl that return InsertManyToManyRelationRecordModifier and TypeMethodDescriptionRecordFactory.createInserManyToManyRelationRecord(RelationInfo info)