mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Improve docs #485
This commit is contained in:
parent
8590b7e496
commit
896df33c3c
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright 2011, Mysema Ltd
|
||||
*
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@ -26,6 +26,9 @@ public interface JPQLQuery extends JPACommonQuery<JPQLQuery>, Projectable {
|
||||
/**
|
||||
* Add the "fetch" flag to the last defined join
|
||||
*
|
||||
* Mind that collection joins might result in duplicate rows and that "inner join fetch"
|
||||
* will restrict your result set.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
JPQLQuery fetch();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user