Uses of Interface
org.hibernate.engine.spi.EntityHolder
-
Packages that use EntityHolder Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal.util Internal utility classesorg.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 -
-
Uses of EntityHolder in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return EntityHolder Modifier and Type Method Description EntityHolderStatefulPersistenceContext. claimEntityHolderIfPossible(EntityKey key, Object entity, JdbcValuesSourceProcessingState processingState, EntityInitializer initializer)Methods in org.hibernate.engine.internal that return types with arguments of type EntityHolder Modifier and Type Method Description Map<EntityKey,EntityHolder>StatefulPersistenceContext. getEntityHoldersByKey()Methods in org.hibernate.engine.internal with parameters of type EntityHolder Modifier and Type Method Description ObjectStatefulPersistenceContext. proxyFor(EntityHolder holder)ObjectStatefulPersistenceContext. proxyFor(EntityHolder holder, EntityPersister persister)Method parameters in org.hibernate.engine.internal with type arguments of type EntityHolder Modifier and Type Method Description voidStatefulPersistenceContext. postLoad(JdbcValuesSourceProcessingState processingState, Consumer<EntityHolder> holderConsumer) -
Uses of EntityHolder in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EntityHolder Modifier and Type Method Description EntityHolderPersistenceContext. claimEntityHolderIfPossible(EntityKey key, @Nullable Object entity, JdbcValuesSourceProcessingState processingState, EntityInitializer initializer)Return an existing entity holder for the entity key, possibly creating one if necessary.@Nullable EntityHolderPersistenceContext. getEntityHolder(EntityKey key)@Nullable EntityHolderPersistenceContext. removeEntityHolder(EntityKey key)Methods in org.hibernate.engine.spi that return types with arguments of type EntityHolder Modifier and Type Method Description Map<EntityKey,EntityHolder>PersistenceContext. getEntityHoldersByKey()Doubly internalMethods in org.hibernate.engine.spi with parameters of type EntityHolder Modifier and Type Method Description voidSubselectFetch.RegistrationHandler. addKey(EntityHolder holder)voidSubselectFetch.StandardRegistrationHandler. addKey(EntityHolder holder)ObjectPersistenceContext. proxyFor(EntityHolder holder)Deprecated, for removal: This API element is subject to removal in a future version.ObjectPersistenceContext. proxyFor(EntityHolder holder, EntityPersister persister)Method parameters in org.hibernate.engine.spi with type arguments of type EntityHolder Modifier and Type Method Description voidPersistenceContext. postLoad(JdbcValuesSourceProcessingState processingState, Consumer<EntityHolder> loadedConsumer) -
Uses of EntityHolder in org.hibernate.internal.util
Method parameters in org.hibernate.internal.util with type arguments of type EntityHolder Modifier and Type Method Description voidEntityPrinter. toString(Iterable<Map.Entry<EntityKey,EntityHolder>> entitiesByEntityKey) -
Uses of EntityHolder in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type EntityHolder Modifier and Type Method Description default voidExecutionContext. registerLoadingEntityHolder(EntityHolder holder) -
Uses of EntityHolder in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EntityHolder Modifier and Type Method Description voidNestedRowProcessingState. registerLoadingEntityHolder(EntityHolder holder) -
Uses of EntityHolder in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type EntityHolder Modifier and Type Method Description protected voidAbstractEntityInitializer. registerReloadedEntity(RowProcessingState rowProcessingState, EntityHolder holder)protected voidAbstractEntityInitializer. resolveEntityInstance(RowProcessingState rowProcessingState, EntityHolder holder, Object entityIdentifier)protected ObjectAbstractEntityInitializer. resolveInstance(Object entityIdentifier, EntityHolder holder, RowProcessingState rowProcessingState)Used by Hibernate Reactive -
Uses of EntityHolder in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal with parameters of type EntityHolder Modifier and Type Method Description voidRowProcessingStateStandardImpl. registerLoadingEntityHolder(EntityHolder holder) -
Uses of EntityHolder in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return types with arguments of type EntityHolder Modifier and Type Method Description List<EntityHolder>JdbcValuesSourceProcessingStateStandardImpl. getLoadingEntityHolders()List<EntityHolder>JdbcValuesSourceProcessingStateStandardImpl. getReloadedEntityHolders()Methods in org.hibernate.sql.results.jdbc.internal with parameters of type EntityHolder Modifier and Type Method Description voidJdbcValuesSourceProcessingStateStandardImpl. registerLoadingEntityHolder(EntityHolder holder)voidJdbcValuesSourceProcessingStateStandardImpl. registerReloadedEntityHolder(EntityHolder holder) -
Uses of EntityHolder in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return types with arguments of type EntityHolder Modifier and Type Method Description List<EntityHolder>JdbcValuesSourceProcessingState. getLoadingEntityHolders()List<EntityHolder>JdbcValuesSourceProcessingState. getReloadedEntityHolders()Methods in org.hibernate.sql.results.jdbc.spi with parameters of type EntityHolder Modifier and Type Method Description voidJdbcValuesSourceProcessingState. registerLoadingEntityHolder(EntityHolder holder)voidJdbcValuesSourceProcessingState. registerReloadedEntityHolder(EntityHolder holder)
-