Class ImmutableFetchList
java.lang.Object
org.hibernate.sql.results.graph.internal.ImmutableFetchList
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.results.graph.FetchList
containsCollectionFetches, getCollectionFetchesCount, hasJoinFetches, streamMethods inherited from interface java.lang.Iterable
spliterator
-
Field Details
-
EMPTY
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
get
-
forEach
-
indexedForEach
- Specified by:
indexedForEachin interfaceFetchList
-
iterator
-