Uses of Class
org.hibernate.sql.results.graph.entity.LoadingEntityEntry
-
-
Uses of LoadingEntityEntry in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type LoadingEntityEntry Modifier and Type Method Description voidSubselectFetch.RegistrationHandler. addKey(EntityKey key, LoadingEntityEntry entry)voidSubselectFetch.StandardRegistrationHandler. addKey(EntityKey key, LoadingEntityEntry entry) -
Uses of LoadingEntityEntry in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal with parameters of type LoadingEntityEntry Modifier and Type Method Description voidDelegatingExecutionContext. registerLoadingEntityEntry(EntityKey entityKey, 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 voidExecutionContext. 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 LoadingEntityEntryJdbcValuesSourceProcessingStateStandardImpl. findLoadingEntityLocally(EntityKey entityKey)Methods in org.hibernate.sql.results.jdbc.internal with parameters of type LoadingEntityEntry Modifier and Type Method Description voidJdbcValuesSourceProcessingStateStandardImpl. 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 LoadingEntityEntryJdbcValuesSourceProcessingState. 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 voidJdbcValuesSourceProcessingState. 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 LoadingEntityEntryLoadContexts. findLoadingEntityEntry(EntityKey entityKey)
-