Interface InsertOneToManyRelationRecord

All Superinterfaces:
InsertManyToManyRelationRecord, Record, RelationRecord
All Known Subinterfaces:
RemoveOneToManyRelationsRecord
All Known Implementing Classes:
DefaultInsertOneToManyRelationRecord, DefaultRemoveOneToManyRelationsRecord

public interface InsertOneToManyRelationRecord extends InsertManyToManyRelationRecord
  • Method Details

    • markAsProcessed

      void markAsProcessed()
      Marks record as already processed.
    • isForProcessing

      boolean isForProcessing()
      Checks if record is for processing.