Skip to content

Commit

Permalink
Added eager fetch profile to GLEntry.hbm
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfinc committed Aug 4, 2017
1 parent 58a2a04 commit 3c10974
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/minigl/src/main/resources/org/jpos/gl/GLEntry.hbm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
</property>
<subclass name="org.jpos.gl.GLCredit" discriminator-value="C" />
<subclass name="org.jpos.gl.GLDebit" discriminator-value="D" />
<fetch-profile name="eager">
<fetch association="account" style="join"/>
</fetch-profile>
</class>
</hibernate-mapping>

0 comments on commit 3c10974

Please sign in to comment.