http://www.perlmonks.org?node_id=666892


in reply to DBIx::Class creating get_* and set_* methods

Unfortunately, I don't know of anything off-hand that will give you that effect. DBIC has an accessor "property" for each column, but that simply lets you rename the generated accessor .

Perhaps you should ping the DBIC list about your question?

--
"Go up to the next female stranger you see and tell her that her "body is a wonderland."
My hypothesis is that she’ll be too busy laughing at you to even bother slapping you.
" (src)

  • Comment on Re: DBIx::Class creating get_* and set_* methods

Replies are listed 'Best First'.
Re^2: DBIx::Class creating get_* and set_* methods
by Herkum (Parson) on Feb 08, 2008 at 05:23 UTC

    I noticed the accessor "property" too. The more I looked around, the more I noticed that ALL the ORM solutions seemed to use the same solution for auto-generating accessors.

    I was hoping someone had taken a look at 'scratching' that itch. but I might be out of luck.

    I will post to mailing list and maybe someone will have a solution