Hello spring-data-jpa users,

For those of us not using open-session-in-view pattern, could query creation from method names be extended so that e.g. method named findByIdWithRoles on a UserRepository would return User with roles initialized/eagerly-fetched, where a query would be equivalent to "@Query("FROM User u LEFT JOIN FETCH u.roles r")".

Regards,
Stevo.