Skip to content

Commit

Permalink
Added eager fetch profile to Revision.hbm
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfinc committed Sep 22, 2015
1 parent b79601b commit e3e515d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<property name="info" type="string" length="8192" />
<property name="ref" type="string" length="64" index="ref" />
<many-to-one name="author" class="org.jpos.ee.User" column="author" />
<fetch-profile name="eager">
<fetch association="author" style="join"/>
</fetch-profile>
</class>
</hibernate-mapping>

0 comments on commit e3e515d

Please # to comment.