Uses of Interface
org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
-
Packages that use LoadingCollectionEntry Package Description org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
Uses of LoadingCollectionEntry in org.hibernate.sql.results.internal
Classes in org.hibernate.sql.results.internal that implement LoadingCollectionEntry Modifier and Type Class Description class
LoadingCollectionEntryImpl
Represents a collection currently being loaded. -
Uses of LoadingCollectionEntry in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return LoadingCollectionEntry Modifier and Type Method Description LoadingCollectionEntry
JdbcValuesSourceProcessingStateStandardImpl. findLoadingCollectionLocally(CollectionKey key)
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type LoadingCollectionEntry Modifier and Type Method Description void
JdbcValuesSourceProcessingStateStandardImpl. registerLoadingCollection(CollectionKey key, LoadingCollectionEntry loadingCollectionEntry)
-
Uses of LoadingCollectionEntry in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return LoadingCollectionEntry Modifier and Type Method Description LoadingCollectionEntry
JdbcValuesSourceProcessingState. findLoadingCollectionLocally(CollectionKey key)
Find a LoadingCollectionEntry locally to this context.Methods in org.hibernate.sql.results.jdbc.spi with parameters of type LoadingCollectionEntry Modifier and Type Method Description void
JdbcValuesSourceProcessingState. registerLoadingCollection(CollectionKey collectionKey, LoadingCollectionEntry loadingCollectionEntry)
Registers a LoadingCollectionEntry locally to this context -
Uses of LoadingCollectionEntry in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi that return LoadingCollectionEntry Modifier and Type Method Description LoadingCollectionEntry
LoadContexts. findLoadingCollectionEntry(CollectionKey collectionKey)
-