1 package DBIx::Class::Relationship;
6 use base qw/DBIx::Class Class::Data::Inheritable/;
8 __PACKAGE__->load_own_components(qw/Accessor CascadeActions ProxyMethods Base HasOne/);
10 __PACKAGE__->mk_classdata('_relationships', { } );
14 DBIx::Class::Relationship - Inter-table relationships
20 This class handles relationships between the tables in your database
21 model. It allows your to set up relationships, and to perform joins
36 Matt S. Trout <mst@shadowcatsystems.co.uk>
40 You may distribute this code under the same terms as Perl itself.