AbstractStaticcreateCreate a JoinTable entry Adds denormalized copy of the related entity to each associated Entity's partition
Optionaloptions: JoinTableOptionsOptional operation options including referentialIntegrityCheck flag
StaticdeleteDelete a JoinTable entry Deletes denormalized records from each associated Entity's partition
Abstract class representing a join table for HasAndBelongsToMany relationships. This class should be extended for specific join table implementations. It is virtual and not persisted to the database but manages the denormalized records in each related entity's partition.
Example: