
ObjectDB::Relationship::ManyToMany - many to many relationship for ObjectDB


Many to one relationship for ObjectDB.

map_fromRelationship name of original class.
map_toRelationship name of related class.

newReturns a new ObjectDB::Relationship::ManyToMany instance.
map_classReturns and automatically loads a map class.
classReturns and automatically loads related class.
to_sourceReturns generated join arguments that are passed to the sql generator. Used internally.
to_map_sourceReturns generated join arguments that are passed to the sql generator. Used internally.
to_self_map_sourceReturns generated join arguments that are passed to the sql generator. Used internally.
to_self_sourceReturns generated join arguments that are passed to the sql generator. Used internally.

Viacheslav Tykhanovskyi,
vti@cpan.org.

Copyright (C) 2009, Viacheslav Tykhanovskyi.
This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.