Uses of Interface
de.hybris.platform.directpersistence.record.RelationRecord
-
Packages that use RelationRecord Package Description de.hybris.platform.directpersistence.record de.hybris.platform.directpersistence.record.impl -
-
Uses of RelationRecord in de.hybris.platform.directpersistence.record
Subinterfaces of RelationRecord in de.hybris.platform.directpersistence.record Modifier and Type Interface Description interfaceInsertManyToManyRelationRecordInsert relation record with target Pk and order informationinterfaceInsertOneToManyRelationRecordinterfaceRemoveManyToManyRelationsRecordBase interface for all records which removes relations from source or target side.interfaceRemoveOneToManyRelationsRecordRecord which marks one to many relation to be unlinked or removed. -
Uses of RelationRecord in de.hybris.platform.directpersistence.record.impl
Classes in de.hybris.platform.directpersistence.record.impl that implement RelationRecord Modifier and Type Class Description classAbstractRelationRecordAbstract relation record.classDefaultInsertManyToManyRelationRecordInsert relation record which is used to represent inserting a relation link in changeset.classDefaultInsertOneToManyRelationRecordclassDefaultRemoveManyToManyRelationsRecordUseful for removing all relations between models.classDefaultRemoveOneToManyRelationsRecord
-