Class ImmutableFetchList.Builder
- java.lang.Object
-
- org.hibernate.sql.results.graph.internal.ImmutableFetchList.Builder
-
- Enclosing class:
- ImmutableFetchList
public static class ImmutableFetchList.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder(FetchableContainer container)
-
-
-
Constructor Detail
-
Builder
public Builder(FetchableContainer container)
-
-
Method Detail
-
add
public void add(Fetch fetch)
-
build
public ImmutableFetchList build()
-
-