Class Index | File Index

Classes


Class ManyToMany


Extends OneToMany.
Class to define a manyToMany association.
NOT to be instantiated directly Its just documented for reference.
Defined in: manyToMany.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
the join table used in the relation.
Fields borrowed from class _Association:
fetchType, filter, leftKey, model, orderBy, rightKey
Methods borrowed from class OneToMany:
diff, inject
Methods borrowed from class _Association:
fetch, isEager
Class Detail
ManyToMany()
Parameters:
{String} options.joinTable
the joinTable of the association.
Field Detail
{String} joinTable
the join table used in the relation.

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Jun 11 2011 03:16:39 GMT-0500 (CDT)