Uses of Class
org.hibernate.sql.results.graph.entity.LoadingEntityEntry
-
Packages that use LoadingEntityEntry Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.internal 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 voidSubselectFetch.RegistrationHandler. addKey(EntityKey key, LoadingEntityEntry entry)voidSubselectFetch.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 voidExecutionContext. registerLoadingEntityEntry(EntityKey entityKey, LoadingEntityEntry entry) -
Uses of LoadingEntityEntry in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type LoadingEntityEntry Modifier and Type Method Description voidNestedRowProcessingState. registerLoadingEntityEntry(EntityKey entityKey, LoadingEntityEntry entry) -
Uses of LoadingEntityEntry in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type LoadingEntityEntry Modifier and Type Method Description protected voidAbstractEntityInitializer. resolveEntityInstance(RowProcessingState rowProcessingState, LoadingEntityEntry existingLoadingEntry, Object entityIdentifier) -
Uses of LoadingEntityEntry in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal with parameters of type LoadingEntityEntry Modifier and Type Method Description voidRowProcessingStateStandardImpl. 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)voidJdbcValuesSourceProcessingStateStandardImpl. registerReloadedEntity(EntityKey entityKey, LoadingEntityEntry loadingEntry) -
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 contextvoidJdbcValuesSourceProcessingState. registerReloadedEntity(EntityKey entityKey, LoadingEntityEntry loadingEntry) -
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)
-