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, wait
Methods inherited from interface org.hibernate.sql.results.graph.FetchList
containsCollectionFetches, getCollectionFetchesCount, hasJoinFetches, stream
Methods 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:
indexedForEach
in interfaceFetchList
-
iterator
-