In the legacy Criteria API, a user could provide a FetchMode type by calling #setFetchMode providing an association path and the fetch-mode to be used. Currently Envers supports being able to specify this using the #traverseRelation method; however this is not available for all query types. |