The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0" encoding="UTF-8"?>
<orm entity="photo"  class="Photo" >
    <column name="id"  attribute="id" />
    <column name="name"  attribute="name" />
    <lob name="blob_content" attribute="image" fetch_method="LAZY" />
</orm>