Class ManyToMany
Extends
OneToMany.
Class to define a manyToMany association.
NOT to be instantiated directly
Its just documented for reference.
Defined in: manyToMany.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
the join table used in the relation.
|
- Methods borrowed from class OneToMany:
- diff, inject
- Methods borrowed from class _Association:
- fetch, isEager
Field Detail
{String}
joinTable
the join table used in the relation.