Skip to content

Commit

Permalink
Merge pull request #28 from jrfinc/master
Browse files Browse the repository at this point in the history
Added eager fetch profile to Revision.hbm
  • Loading branch information
ar committed Sep 22, 2015
2 parents b79601b + e3e515d commit 244efb7
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 244efb7

Please # to comment.