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 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.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type LoadingEntityEntry Modifier and Type Method Description void
NestedRowProcessingState. 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 void
AbstractEntityInitializer. 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 void
RowProcessingStateStandardImpl. 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)
void
JdbcValuesSourceProcessingStateStandardImpl. 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 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 contextvoid
JdbcValuesSourceProcessingState. 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 LoadingEntityEntry
LoadContexts. findLoadingEntityEntry(EntityKey entityKey)
-