Uses of Class
org.hibernate.sql.results.graph.entity.LoadingEntityEntry
-
Packages that use LoadingEntityEntry Package Description org.hibernate.engine.spi org.hibernate.sql.exec.spi org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
Uses of LoadingEntityEntry in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type LoadingEntityEntry Modifier and Type Method Description void
SubselectFetch.RegistrationHandler. addKey(EntityKey key, LoadingEntityEntry entry)
void
SubselectFetch.StandardRegistrationHandler. addKey(EntityKey key, LoadingEntityEntry entry)
-
Uses of LoadingEntityEntry in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type LoadingEntityEntry Modifier and Type Method Description default void
ExecutionContext. registerLoadingEntityEntry(EntityKey entityKey, LoadingEntityEntry entry)
-
Uses of LoadingEntityEntry in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return LoadingEntityEntry Modifier and Type Method Description LoadingEntityEntry
JdbcValuesSourceProcessingStateStandardImpl. findLoadingEntityLocally(EntityKey entityKey)
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type LoadingEntityEntry Modifier and Type Method Description void
JdbcValuesSourceProcessingStateStandardImpl. registerLoadingEntity(EntityKey entityKey, LoadingEntityEntry loadingEntry)
Constructor parameters in org.hibernate.sql.results.jdbc.internal with type arguments of type LoadingEntityEntry Constructor Description JdbcValuesSourceProcessingStateStandardImpl(ExecutionContext executionContext, JdbcValuesSourceProcessingOptions processingOptions, BiConsumer<EntityKey,LoadingEntityEntry> loadingEntityEntryListener)
-
Uses of LoadingEntityEntry in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return LoadingEntityEntry Modifier and Type Method Description LoadingEntityEntry
JdbcValuesSourceProcessingState. findLoadingEntityLocally(EntityKey entityKey)
Find a LoadingEntityEntry locally to this context.Methods in org.hibernate.sql.results.jdbc.spi with parameters of type LoadingEntityEntry Modifier and Type Method Description void
JdbcValuesSourceProcessingState. registerLoadingEntity(EntityKey entityKey, LoadingEntityEntry loadingEntry)
Registers a LoadingEntityEntry locally to this context -
Uses of LoadingEntityEntry in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi that return LoadingEntityEntry Modifier and Type Method Description LoadingEntityEntry
LoadContexts. findLoadingEntityEntry(EntityKey entityKey)
-