<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Rants</title>
    <link rel="alternate" type="text/html" href="http://wallace.reis.org.br/blog/" />
    <link rel="self" type="application/atom+xml" href="http://wallace.reis.org.br/blog/atom.xml" />
    <id>tag:wallace.reis.org.br,2010-08-03:/blog//2</id>
    <updated>2010-09-15T14:33:58Z</updated>
    <subtitle>General thoughts</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 5.02</generator>

<entry>
    <title>DBIx::Class::Relationship::Predicate</title>
    <link rel="alternate" type="text/html" href="http://wallace.reis.org.br/blog/2010/09/dbic-relationship-predicate.html" />
    <id>tag:wallace.reis.org.br,2010:/blog//2.7</id>

    <published>2010-09-15T10:48:15Z</published>
    <updated>2010-09-15T14:33:58Z</updated>

    <summary>DBIx::Class::Relationship::Predicate is a DBIx::Class component that automatically creates predicates for relationship accessors in a result class. By default, it builds &quot;has_${rel_accessor_name}&quot; methods and injects into the class. You can define the name for each one (or also disable its creation...</summary>
    <author>
        <name>Wallace Reis</name>
        
    </author>
    
    <category term="programmingperl" label="programming perl" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://wallace.reis.org.br/blog/">
        <![CDATA[<p><a href="http://search.cpan.org/perldoc?DBIx::Class::Relationship::Predicate">DBIx::Class::Relationship::Predicate</a> is a <a href="http://search.cpan.org/perldoc?DBIx::Class">DBIx::Class</a> component that automatically creates predicates for relationship accessors in a result class. By default, it builds "has_${rel_accessor_name}" methods and injects into the class. You can define the name for each one (or also disable its creation using undef as value) by setting 'predicate' key in the relationship's attributes hashref.</p>]]>
        
    </content>
</entry>

</feed>

