@Fetch
The @Fetch annotation is used to specify the Hibernate specific FetchMode (e.g. JOIN, SELECT, SUBSELECT) used for the current annotated association:
FetchMode
JOIN
SELECT
SUBSELECT
</div>
See the @Fetch mapping section for more info.
</div> </div>