Class ImmutableFetchList
- java.lang.Object
-
- org.hibernate.sql.results.graph.internal.ImmutableFetchList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImmutableFetchList.Builder
-
Field Summary
Fields Modifier and Type Field Description static ImmutableFetchList
EMPTY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forEach(Consumer<? super Fetch> consumer)
Fetch
get(Fetchable fetchable)
void
indexedForEach(IndexedConsumer<? super Fetch> consumer)
boolean
isEmpty()
Iterator<Fetch>
iterator()
int
size()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.sql.results.graph.FetchList
containsCollectionFetches, hasJoinFetches, stream
-
Methods inherited from interface java.lang.Iterable
spliterator
-
-
-
-
Field Detail
-
EMPTY
public static ImmutableFetchList EMPTY
-
-
Method Detail
-
indexedForEach
public void indexedForEach(IndexedConsumer<? super Fetch> consumer)
- Specified by:
indexedForEach
in interfaceFetchList
-
-