Persistence-Entity

 view release on metacpan or  search on metacpan

t/meta/xml/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" />
    <to_one_relationship  name="dept" attribute="dept" fetch_method="LAZY" cascade="ALL"/>
</orm>



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