NAME
Async::ORM::Relationship::ManyToMany - many to many relationship for Async::ORM
SYNOPSIS
DESCRIPTION
Many to one relationship for Async::ORM.
ATTRIBUTES
map_from
Relationship name of original class.
map_to
Relationship name of related class.
METHODS
new
Returns a new Async::ORM::Relationship::ManyToMany instance.
map_class
Returns and automatically loads a map class.
class
Returns and automatically loads related class.
to_source
Returns generated join arguments that are passed to the sql generator. Used internally.
to_map_source
Returns generated join arguments that are passed to the sql generator. Used internally.
to_self_map_source
Returns generated join arguments that are passed to the sql generator. Used internally.
to_self_source
Returns generated join arguments that are passed to the sql generator. Used internally.
AUTHOR
Viacheslav Tikhanovskii, vti@cpan.org
.
COPYRIGHT
Copyright (C) 2009, Viacheslav Tikhanovskii.
This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.