X - The concrete builder typepublic interface FetchBuilder<X extends FetchBuilder<X>>
| Modifier and Type | Method and Description |
|---|---|
X |
fetch(String... paths)
Adds an implicit join fetch for every given path to the query.
|
X |
fetch(String path)
Adds an implicit join fetch to the query.
|
Copyright © 2014–2018 Blazebit. All rights reserved.