Persistence-Entity

 view release on metacpan or  search on metacpan

t/relationship/meta/Employee.xml  view on Meta::CPAN

<?xml version="1.0" encoding="UTF-8"?>
<orm entity="emp"  class="Employee" >
    <column name="empno"  attribute="id" />
    <column name="ename"  attribute="name" />
    <column name="job"    attribute="job" />
    <column name="dname"  attribute="dept_name" />
    <to_one_relationship  name="dept" attribute="dept" fetch_method="EAGER" cascade="ALL"/>
</orm>



( run in 0.910 second using v1.01-cache-2.11-cpan-39bf76dae61 )