Skip to content

Commit

Permalink
HHH-6405 - setFetchMode ignored in certain cases when using criteria …
Browse files Browse the repository at this point in the history
…queries
  • Loading branch information
sebersole committed Apr 27, 2012
1 parent 01621d3 commit ebe5789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<key column="studentId" />
<list-index column="ind" />
<composite-element class="org.hibernate.test.criteria.StudyAbroad">
<property name="date" />
<property name="date" column="strt_dt"/>
<many-to-one name="country" />
</composite-element>
</list>
Expand Down

0 comments on commit ebe5789

Please sign in to comment.