)
->all;
+=head1 WARNING
+
+This module uses L<DBIx::Class> internals and may break at any time.
+
=head1 DESCRIPTION
This L<DBIx::Class> component allows to declare dynamically parameterized
__PACKAGE__->load_components(qw( ParameterizedJoinHack ));
-See L<parameterized_has_many> for details on declaring relations.
+See L</parameterized_has_many> for details on declaring relations.
See L<DBIx::Class::ResultSet::ParameterizedJoinHack> for ResultSet usage.
+B<Note:> Currently only L</parameterized_has_many> is implemented, since
+it is the most requested use-case. However, adding support for other
+relationship types is possible if a use-case is found.
+
=head1 METHODS
=head2 parameterized_has_many