Uses of Interface
org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
Packages that use LoadingCollectionEntry
Package
Description
-
Uses of LoadingCollectionEntry in org.hibernate.sql.results.internal
Classes in org.hibernate.sql.results.internal that implement LoadingCollectionEntryModifier and TypeClassDescriptionclass
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 LoadingCollectionEntryModifier and TypeMethodDescriptionJdbcValuesSourceProcessingStateStandardImpl.findLoadingCollectionLocally
(CollectionKey key) Methods in org.hibernate.sql.results.jdbc.internal with parameters of type LoadingCollectionEntryModifier and TypeMethodDescriptionvoid
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 LoadingCollectionEntryModifier and TypeMethodDescriptionJdbcValuesSourceProcessingState.findLoadingCollectionLocally
(CollectionKey key) Find a LoadingCollectionEntry locally to this context.Methods in org.hibernate.sql.results.jdbc.spi with parameters of type LoadingCollectionEntryModifier and TypeMethodDescriptionvoid
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 LoadingCollectionEntryModifier and TypeMethodDescriptionLoadContexts.findLoadingCollectionEntry
(CollectionKey collectionKey)