Abstract
Private
Readonly
type1Private
Readonly
type2Static
createCreate a JoinTable entry Adds BelongsToLink to each associated Entity's partition
Static
Private
createCreates transactions:
Static
deleteDelete a JoinTable entry Deletes BelongsToLink from each associated Entity's partition
Static
Private
deleteDeletes transactions:
Static
Private
joinStatic
Private
transactionGenerated using TypeDoc
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 BelongsToLinks in each related entity's partition.
Example: