Class ImmutableFetchList
- java.lang.Object
-
- org.hibernate.sql.results.graph.internal.ImmutableFetchList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImmutableFetchList.Builder
-
Field Summary
Fields Modifier and Type Field Description static ImmutableFetchListEMPTY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEach(Consumer<? super Fetch> consumer)Fetchget(Fetchable fetchable)voidindexedForEach(IndexedConsumer<? super Fetch> consumer)booleanisEmpty()Iterator<Fetch>iterator()intsize()-
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, getCollectionFetchesCount, 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:
indexedForEachin interfaceFetchList
-
-