Uses of Interface
de.hybris.platform.directpersistence.record.InsertOneToManyRelationRecord
-
-
Uses of InsertOneToManyRelationRecord in de.hybris.platform.directpersistence.record
Subinterfaces of InsertOneToManyRelationRecord in de.hybris.platform.directpersistence.record Modifier and Type Interface Description interfaceRemoveOneToManyRelationsRecordRecord 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 InsertOneToManyRelationRecord Modifier and Type Method Description java.util.Collection<InsertOneToManyRelationRecord>DefaultRelationChanges. getOneToManyRelationRecords()returns the one to many relation records to be insertedMethods in de.hybris.platform.directpersistence.record with parameters of type InsertOneToManyRelationRecord Modifier and Type Method Description voidDefaultRelationChanges. add(InsertOneToManyRelationRecord... records)Allows to add new one to many relation records to be inserted -
Uses of InsertOneToManyRelationRecord in de.hybris.platform.directpersistence.record.impl
Classes in de.hybris.platform.directpersistence.record.impl that implement InsertOneToManyRelationRecord Modifier and Type Class Description classDefaultInsertOneToManyRelationRecordclassDefaultRemoveOneToManyRelationsRecordMethods in de.hybris.platform.directpersistence.record.impl that return types with arguments of type InsertOneToManyRelationRecord Modifier and Type Method Description java.util.Collection<InsertOneToManyRelationRecord>DefaultNonLocalizedRelationChanges. getOneToManyRelationRecords()Methods in de.hybris.platform.directpersistence.record.impl with parameters of type InsertOneToManyRelationRecord Modifier and Type Method Description voidDefaultNonLocalizedRelationChanges. add(InsertOneToManyRelationRecord... records) -
Uses of InsertOneToManyRelationRecord in de.hybris.platform.directpersistence.record.visitor
Methods in de.hybris.platform.directpersistence.record.visitor that return types with arguments of type InsertOneToManyRelationRecord Modifier and Type Method Description java.util.Map<PK,java.util.List<InsertOneToManyRelationRecord>>DefaultRelationRecordVisitor.RelationRecordsContainer. getOneToManyRelationRecords()Methods in de.hybris.platform.directpersistence.record.visitor with parameters of type InsertOneToManyRelationRecord Modifier and Type Method Description voidDefaultRelationRecordVisitor.RelationRecordsContainer. addRecord(InsertOneToManyRelationRecord record) -
Uses of InsertOneToManyRelationRecord in de.hybris.platform.servicelayer.internal.model.extractor.impl
Methods in de.hybris.platform.servicelayer.internal.model.extractor.impl that return InsertOneToManyRelationRecord Modifier and Type Method Description static InsertOneToManyRelationRecordRecordFactory. createOneToManyRelationRecord(RelationInfo info)
-