NAME

DBIO::Relationship::Codegen - Schema-time relationship method synthesis (accessors and proxies)

VERSION

version 0.900000

DESCRIPTION

Schema-time relationship codegen for DBIO::Relationship. Hooks register_relationship to install:

  • The relationship accessor methods (single, filter, multi styles) on the result class. See "add_relationship_accessor".

  • Proxy attribute accessors that forward through a relationship when the declaration includes proxy => .... See "proxy_to_related".

METHODS

register_relationship

add_relationship_accessor

_build_proxy_map_from

AUTHOR

DBIO & DBIx::Class Authors

COPYRIGHT AND LICENSE

Copyright (C) 2026 DBIO Authors Portions Copyright (C) 2005-2025 DBIx::Class Authors Based on DBIx::Class, heavily modified.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.